| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GridFsEndpointBuilderFactory.AdvancedGridFsEndpointBuilder
Advanced builder for endpoint for the MongoDB GridFS component.
|
| Modifier and Type | Method and Description |
|---|---|
default GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.advanced() |
default GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel