Package com.bakdata.kafka.streams
Class StreamsTopicConfig
java.lang.Object
com.bakdata.kafka.streams.StreamsTopicConfig
Provides topic configuration for a
StreamsApp
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
getInputPattern
(String label) Get input pattern for a specified labelgetInputTopics
(String label) Get input topics for a specified labelInput patterns that are identified by a labelInput topics that are identified by a labelOutput topics that are identified by a labelgetOutputTopic
(String label) Get output topic for a specified labelint
hashCode()
toString()
-
Method Details
-
getInputTopics
Get input topics for a specified label- Parameters:
label
- label of input topics- Returns:
- topic names
-
getInputPattern
Get input pattern for a specified label- Parameters:
label
- label of input pattern- Returns:
- topic pattern
-
getOutputTopic
Get output topic for a specified label- Parameters:
label
- label of output topic- Returns:
- topic name
-
builder
-
getInputTopics
-
getLabeledInputTopics
Input topics that are identified by a label -
getInputPattern
-
getLabeledInputPatterns
Input patterns that are identified by a label -
getOutputTopic
-
getLabeledOutputTopics
Output topics that are identified by a label -
getErrorTopic
-
toString
-
equals
-
hashCode
public int hashCode()
-