java.lang.Object
io.debezium.operator.api.model.source.storage.CustomStore
All Implemented Interfaces:
ConfigMappable, Store

public class CustomStore extends Object implements Store
  • Field Details

    • type

      @JsonPropertyDescription("Fully qualified name of Java class implementing the store.") private String type
    • config

      @JsonPropertyDescription("Store configuration properties.") private ConfigProperties config
  • Constructor Details

    • CustomStore

      public CustomStore()
  • Method Details