Uses of Class
org.apache.camel.component.kafka.PollOnError
-
Packages that use PollOnError Package Description org.apache.camel.component.kafka -
-
Uses of PollOnError in org.apache.camel.component.kafka
Methods in org.apache.camel.component.kafka that return PollOnError Modifier and Type Method Description PollOnErrorKafkaConfiguration. getPollOnError()static PollOnErrorPollOnError. valueOf(String name)Returns the enum constant of this type with the specified name.static PollOnError[]PollOnError. 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 PollOnError Modifier and Type Method Description voidKafkaConfiguration. setPollOnError(PollOnError pollOnError)What to do if kafka threw an exception while polling for new messages.
-