Uses of Class
org.apache.camel.component.kafka.SeekPolicy
-
Packages that use SeekPolicy Package Description org.apache.camel.component.kafka org.apache.camel.component.kafka.consumer.errorhandler org.apache.camel.component.kafka.consumer.support.classic -
-
Uses of SeekPolicy in org.apache.camel.component.kafka
Methods in org.apache.camel.component.kafka that return SeekPolicy Modifier and Type Method Description SeekPolicyKafkaConfiguration. getSeekTo()static SeekPolicySeekPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static SeekPolicy[]SeekPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.kafka with parameters of type SeekPolicy Modifier and Type Method Description voidKafkaConfiguration. setSeekTo(SeekPolicy seekTo)Set if KafkaConsumer will read from beginning or end on startup: SeekPolicy.BEGINNING: read from beginning. -
Uses of SeekPolicy in org.apache.camel.component.kafka.consumer.errorhandler
Methods in org.apache.camel.component.kafka.consumer.errorhandler that return SeekPolicy Modifier and Type Method Description SeekPolicyKafkaConsumerListener. getSeekPolicy()Methods in org.apache.camel.component.kafka.consumer.errorhandler with parameters of type SeekPolicy Modifier and Type Method Description voidKafkaConsumerListener. setSeekPolicy(SeekPolicy seekPolicy) -
Uses of SeekPolicy in org.apache.camel.component.kafka.consumer.support.classic
Constructors in org.apache.camel.component.kafka.consumer.support.classic with parameters of type SeekPolicy Constructor Description SeekPolicyPartitionAssignmentAdapter(SeekPolicy seekPolicy)
-