Package | Description |
---|---|
org.apache.camel.component.kafka |
Modifier and Type | Method and Description |
---|---|
PollOnError |
KafkaConfiguration.getPollOnError() |
PollOnError |
DefaultPollExceptionStrategy.handleException(Exception exception) |
PollOnError |
PollExceptionStrategy.handleException(Exception exception)
Controls how to handle the exception while polling from Kafka.
|
static PollOnError |
PollOnError.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.
|
Modifier and Type | Method and Description |
---|---|
void |
KafkaConfiguration.setPollOnError(PollOnError pollOnError)
What to do if kafka threw an exception while polling for new messages.
|
Constructor and Description |
---|
DefaultPollExceptionStrategy(PollOnError pollOnError) |
Apache Camel