Class CustomStore
java.lang.Object
io.debezium.operator.api.model.source.storage.CustomStore
- All Implemented Interfaces:
ConfigMappable,Store
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
@JsonPropertyDescription("Fully qualified name of Java class implementing the store.") private String type -
config
-
-
Constructor Details
-
CustomStore
public CustomStore()
-
-
Method Details
-
getType
-
setType
-
getConfig
-
setConfig
-
asConfiguration
- Specified by:
asConfigurationin interfaceConfigMappable
-