public static interface JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JGroupsEndpointBuilderFactory.AdvancedJGroupsEndpointConsumerBuilder |
advanced() |
default JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder |
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 JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder |
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 JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder |
channelProperties(String channelProperties)
Specifies configuration properties of the JChannel used by the
endpoint.
|
default JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder |
enableViewMessages(boolean enableViewMessages)
If set to true, the consumer endpoint will receive org.jgroups.View
messages as well (not only org.jgroups.Message instances).
|
default JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder |
enableViewMessages(String enableViewMessages)
If set to true, the consumer endpoint will receive org.jgroups.View
messages as well (not only org.jgroups.Message instances).
|
default JGroupsEndpointBuilderFactory.AdvancedJGroupsEndpointConsumerBuilder advanced()
default JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder channelProperties(String channelProperties)
channelProperties - the value to setdefault JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder enableViewMessages(boolean enableViewMessages)
enableViewMessages - the value to setdefault JGroupsEndpointBuilderFactory.JGroupsEndpointConsumerBuilder enableViewMessages(String enableViewMessages)
enableViewMessages - the value to setApache Camel