| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder
Advanced builder for endpoint for the Google Pubsub component.
|
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.advanced() |
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
Apache Camel