default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.AdvancedDataSetEndpointConsumerBuilder.basic() |
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.dataSetIndex(String dataSetIndex) |
Controls the behaviour of the CamelDataSetIndex header.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.initialDelay(long initialDelay) |
Time period in millis to wait before starting sending messages.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.initialDelay(String initialDelay) |
Time period in millis to wait before starting sending messages.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.minRate(int minRate) |
Wait until the DataSet contains at least this number of messages.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.minRate(String minRate) |
Wait until the DataSet contains at least this number of messages.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.preloadSize(long preloadSize) |
Sets how many messages should be preloaded (sent) before the route
completes its initialization.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.preloadSize(String preloadSize) |
Sets how many messages should be preloaded (sent) before the route
completes its initialization.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.produceDelay(long produceDelay) |
Allows a delay to be specified which causes a delay when a message is
sent by the consumer (to simulate slow processing).
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.produceDelay(String produceDelay) |
Allows a delay to be specified which causes a delay when a message is
sent by the consumer (to simulate slow processing).
|