public static interface XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
advanced() |
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
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.XmppEndpointConsumerBuilder |
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.XmppEndpointConsumerBuilder |
connectionPollDelay(int connectionPollDelay)
The amount of time in seconds between polls (in seconds) to verify
the health of the XMPP connection, or between attempts to establish
an initial consumer connection.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
connectionPollDelay(String connectionPollDelay)
The amount of time in seconds between polls (in seconds) to verify
the health of the XMPP connection, or between attempts to establish
an initial consumer connection.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
doc(boolean doc)
Set a doc header on the IN message containing a Document form of the
incoming packet; default is true if presence or pubsub are true,
otherwise false.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
doc(String doc)
Set a doc header on the IN message containing a Document form of the
incoming packet; default is true if presence or pubsub are true,
otherwise false.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
login(boolean login)
Whether to login the user.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
login(String login)
Whether to login the user.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
nickname(String nickname)
Use nickname when joining room.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
password(String password)
Password for login.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
pubsub(boolean pubsub)
Accept pubsub packets on input, default is false.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
pubsub(String pubsub)
Accept pubsub packets on input, default is false.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
room(String room)
If this option is specified, the component will connect to MUC (Multi
User Chat).
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
roomPassword(String roomPassword)
Password for room.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
serviceName(String serviceName)
The name of the service you are connecting to.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
testConnectionOnStartup(String testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
user(String user)
User name (without server name).
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder advanced()
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder login(boolean login)
login - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder login(String login)
login - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder nickname(String nickname)
nickname - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder pubsub(boolean pubsub)
pubsub - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder pubsub(String pubsub)
pubsub - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder room(String room)
room - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder serviceName(String serviceName)
serviceName - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder testConnectionOnStartup(String testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder connectionPollDelay(int connectionPollDelay)
connectionPollDelay - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder connectionPollDelay(String connectionPollDelay)
connectionPollDelay - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder doc(boolean doc)
doc - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder doc(String doc)
doc - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder password(String password)
password - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder roomPassword(String roomPassword)
roomPassword - the value to setdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder user(String user)
user - the value to setApache Camel