public static interface StompEndpointBuilderFactory.StompEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder |
advanced() |
default StompEndpointBuilderFactory.StompEndpointConsumerBuilder |
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 StompEndpointBuilderFactory.StompEndpointConsumerBuilder |
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 StompEndpointBuilderFactory.StompEndpointConsumerBuilder |
brokerURL(String brokerURL)
The URI of the Stomp broker to connect to.
|
default StompEndpointBuilderFactory.StompEndpointConsumerBuilder |
host(String host)
The virtual host name.
|
default StompEndpointBuilderFactory.StompEndpointConsumerBuilder |
login(String login)
The username.
|
default StompEndpointBuilderFactory.StompEndpointConsumerBuilder |
passcode(String passcode)
The password.
|
default StompEndpointBuilderFactory.StompEndpointConsumerBuilder |
sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default StompEndpointBuilderFactory.StompEndpointConsumerBuilder |
sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder advanced()
default StompEndpointBuilderFactory.StompEndpointConsumerBuilder brokerURL(String brokerURL)
java.lang.String type.
Required: true
Group: commondefault StompEndpointBuilderFactory.StompEndpointConsumerBuilder host(String host)
java.lang.String type.
Group: commondefault StompEndpointBuilderFactory.StompEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Group: consumerdefault StompEndpointBuilderFactory.StompEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Group: consumerdefault StompEndpointBuilderFactory.StompEndpointConsumerBuilder login(String login)
java.lang.String type.
Group: securitydefault StompEndpointBuilderFactory.StompEndpointConsumerBuilder passcode(String passcode)
java.lang.String type.
Group: securitydefault StompEndpointBuilderFactory.StompEndpointConsumerBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault StompEndpointBuilderFactory.StompEndpointConsumerBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securityApache Camel