Package com.bakdata.kafka.producer
Class ProducerTopicConfig
java.lang.Object
com.bakdata.kafka.producer.ProducerTopicConfig
Provides topic configuration for a
ProducerApp
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
Output topics that are identified by a labelgetOutputTopic
(String label) Get output topic for a specified labelint
hashCode()
toString()
-
Method Details
-
getOutputTopic
Get output topic for a specified label- Parameters:
label
- label of output topic- Returns:
- topic name
-
builder
-
getOutputTopic
-
getLabeledOutputTopics
Output topics that are identified by a label -
toString
-
equals
-
hashCode
public int hashCode()
-