Uses of Interface
io.confluent.kafka.schemaregistry.storage.StoreUpdateHandler
Packages that use StoreUpdateHandler
-
Uses of StoreUpdateHandler in io.confluent.kafka.schemaregistry.storage
Subinterfaces of StoreUpdateHandler in io.confluent.kafka.schemaregistry.storageClasses in io.confluent.kafka.schemaregistry.storage that implement StoreUpdateHandlerModifier and TypeClassDescriptionclassclassConstructors in io.confluent.kafka.schemaregistry.storage with parameters of type StoreUpdateHandlerModifierConstructorDescriptionKafkaStore(SchemaRegistryConfig config, StoreUpdateHandler<K, V> storeUpdateHandler, Serializer<K, V> serializer, Store<K, V> localStore, K noopKey) KafkaStoreReaderThread(String bootstrapBrokers, String topic, String groupId, StoreUpdateHandler<K, V> storeUpdateHandler, Serializer<K, V> serializer, Store<K, V> localStore, org.apache.kafka.clients.producer.Producer<byte[], byte[]> producer, K noopKey, AtomicBoolean initialized, SchemaRegistryConfig config)