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 SeekPolicy
Returns 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 TypeMethodDescriptionvoid
KafkaConfiguration.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 SeekPolicyMethods in org.apache.camel.component.kafka.consumer.errorhandler with parameters of type SeekPolicyModifier and TypeMethodDescriptionvoid
KafkaConsumerListener.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