Package com.bakdata.kafka.consumer
Class ConsumerTopicConfig
java.lang.Object
com.bakdata.kafka.consumer.ConsumerTopicConfig
Provides topic configuration for a
ConsumerApp-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleangetInputPattern(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 labelinthashCode()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
-
builder
-
getInputTopics
-
getLabeledInputTopics
Input topics that are identified by a label -
getInputPattern
-
getLabeledInputPatterns
Input patterns that are identified by a label -
toString
-
equals
-
hashCode
public int hashCode()
-