@PublicEvolving
public interface CatalogModificationListenerFactory
extends org.apache.flink.table.factories.Factory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CatalogModificationListenerFactory.Context
Context provided when a listener is created.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogModificationListener |
createListener(CatalogModificationListenerFactory.Context context)
Creates and configures a
CatalogModificationListener using the given context. |
default Set<org.apache.flink.configuration.ConfigOption<?>> |
optionalOptions() |
default Set<org.apache.flink.configuration.ConfigOption<?>> |
requiredOptions() |
CatalogModificationListener createListener(CatalogModificationListenerFactory.Context context)
CatalogModificationListener using the given context.default Set<org.apache.flink.configuration.ConfigOption<?>> requiredOptions()
requiredOptions in interface org.apache.flink.table.factories.Factorydefault Set<org.apache.flink.configuration.ConfigOption<?>> optionalOptions()
optionalOptions in interface org.apache.flink.table.factories.FactoryCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.