@FunctionalInterface public static interface HistorizedDatabaseSchema.SchemaChangeEventConsumer
| Modifier and Type | Field and Description |
|---|---|
static HistorizedDatabaseSchema.SchemaChangeEventConsumer |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(SchemaChangeEvent event,
Collection<TableId> tableIds) |
static final HistorizedDatabaseSchema.SchemaChangeEventConsumer NOOP
void consume(SchemaChangeEvent event, Collection<TableId> tableIds)
Copyright © 2021 JBoss by Red Hat. All rights reserved.