Uses of Enum Class
org.apache.camel.component.kafka.PollOnError
Packages that use PollOnError
-
Uses of PollOnError in org.apache.camel.component.kafka
Methods in org.apache.camel.component.kafka that return PollOnErrorModifier and TypeMethodDescriptionKafkaConfiguration.getPollOnError()static PollOnErrorReturns the enum constant of this class with the specified name.static PollOnError[]PollOnError.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 PollOnErrorModifier and TypeMethodDescriptionvoidKafkaConfiguration.setPollOnError(PollOnError pollOnError) What to do if kafka threw an exception while polling for new messages.