default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.advanced() |
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.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 XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.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 XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.connectionConfig(String connectionConfig) |
To use an existing connection configuration.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.connectionConfig(org.jivesoftware.smack.ConnectionConfiguration connectionConfig) |
To use an existing connection configuration.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.createAccount(boolean createAccount) |
If true, an attempt to create an account will be made.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.createAccount(String createAccount) |
If true, an attempt to create an account will be made.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.resource(String resource) |
XMPP resource.
|