| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XmppEndpointBuilderFactory.AdvancedXmppEndpointBuilder
Advanced builder for endpoint for the XMPP component.
|
| Modifier and Type | Method and Description |
|---|---|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.advanced() |
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.connectionConfig(Object connectionConfig)
To use an existing connection configuration.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.connectionConfig(String 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(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
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.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.resource(String resource)
XMPP resource.
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel