Class ProducerRegistration<K,V>
java.lang.Object
org.sdase.commons.server.kafka.builder.ProducerRegistration<K,V>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static interface
static interface
static interface
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
V> ProducerRegistration.TopicBuilder<K, V> builder()
creates a new builderorg.apache.kafka.common.serialization.Serializer<K>
getTopic()
org.apache.kafka.common.serialization.Serializer<V>
-
Constructor Details
-
ProducerRegistration
public ProducerRegistration()
-
-
Method Details
-
getProducerConfigName
-
getTopic
-
getTopicName
-
getKeySerializer
-
getValueSerializer
-
getProducerConfig
-
builder
creates a new builder- Type Parameters:
K
- the Java type of the message keyV
- the Java type of the message value- Returns:
- builder
-