Uses of Class
org.apache.camel.component.kafka.consumer.support.subcription.TopicInfo
Packages that use TopicInfo
Package
Description
-
Uses of TopicInfo in org.apache.camel.component.kafka.consumer.support
Methods in org.apache.camel.component.kafka.consumer.support with parameters of type TopicInfoModifier and TypeMethodDescriptionstatic StringTopicHelper.getPrintableTopic(TopicInfo topicInfo) -
Uses of TopicInfo in org.apache.camel.component.kafka.consumer.support.subcription
Methods in org.apache.camel.component.kafka.consumer.support.subcription with parameters of type TopicInfoModifier and TypeMethodDescriptionvoidDefaultSubscribeAdapter.subscribe(org.apache.kafka.clients.consumer.Consumer<?, ?> consumer, org.apache.kafka.clients.consumer.ConsumerRebalanceListener reBalanceListener, TopicInfo topicInfo) voidSubscribeAdapter.subscribe(org.apache.kafka.clients.consumer.Consumer<?, ?> consumer, org.apache.kafka.clients.consumer.ConsumerRebalanceListener reBalanceListener, TopicInfo topicInfo) Handle the subscription to a Kafka topic