Uses of Enum Class
org.apache.camel.component.kafka.SeekPolicy
Packages that use SeekPolicy
Package
Description
-
Uses of SeekPolicy in org.apache.camel.component.kafka
Methods in org.apache.camel.component.kafka that return SeekPolicyModifier and TypeMethodDescriptionKafkaConfiguration.getSeekTo()static SeekPolicyReturns the enum constant of this class with the specified name.static SeekPolicy[]SeekPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.kafka with parameters of type SeekPolicyModifier and TypeMethodDescriptionvoidKafkaConfiguration.setSeekTo(SeekPolicy seekTo) Set if KafkaConsumer should read from the beginning or the end on startup: SeekPolicy.BEGINNING: read from the beginning. -
Uses of SeekPolicy in org.apache.camel.component.kafka.consumer.errorhandler
Methods in org.apache.camel.component.kafka.consumer.errorhandler that return SeekPolicyMethods in org.apache.camel.component.kafka.consumer.errorhandler with parameters of type SeekPolicyModifier and TypeMethodDescriptionvoidKafkaConsumerListener.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