| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointBuilder
Advanced builder for endpoint for the Guava EventBus component.
|
| Modifier and Type | Method and Description |
|---|---|
default GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.advanced() |
default GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
Apache Camel