public static interface DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DataSetEndpointBuilderFactory.AdvancedDataSetEndpointConsumerBuilder |
advanced() |
default 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 |
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 |
dataSetIndex(String dataSetIndex)
Controls the behaviour of the CamelDataSetIndex header.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
initialDelay(long initialDelay)
Time period in millis to wait before starting sending messages.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
initialDelay(String initialDelay)
Time period in millis to wait before starting sending messages.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
minRate(int minRate)
Wait until the DataSet contains at least this number of messages.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
minRate(String minRate)
Wait until the DataSet contains at least this number of messages.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
preloadSize(long preloadSize)
Sets how many messages should be preloaded (sent) before the route
completes its initialization.
|
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder |
preloadSize(String preloadSize)
Sets how many messages should be preloaded (sent) before the route
completes its initialization.
|
default 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 |
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).
|
default DataSetEndpointBuilderFactory.AdvancedDataSetEndpointConsumerBuilder advanced()
default DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder dataSetIndex(String dataSetIndex)
dataSetIndex - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder minRate(int minRate)
minRate - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder minRate(String minRate)
minRate - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder preloadSize(long preloadSize)
preloadSize - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder preloadSize(String preloadSize)
preloadSize - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder produceDelay(long produceDelay)
produceDelay - the value to setdefault DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder produceDelay(String produceDelay)
produceDelay - the value to setApache Camel