public static interface StompComponentBuilderFactory.StompComponentBuilder extends ComponentBuilder<org.apache.camel.component.stomp.StompComponent>
| Modifier and Type | Method and Description |
|---|---|
default StompComponentBuilderFactory.StompComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default StompComponentBuilderFactory.StompComponentBuilder |
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 StompComponentBuilderFactory.StompComponentBuilder |
brokerURL(String brokerURL)
The URI of the Stomp broker to connect to.
|
default StompComponentBuilderFactory.StompComponentBuilder |
configuration(org.apache.camel.component.stomp.StompConfiguration configuration)
Component configuration.
|
default StompComponentBuilderFactory.StompComponentBuilder |
customHeaders(Properties customHeaders)
To set custom headers.
|
default StompComponentBuilderFactory.StompComponentBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
header to and from Camel message.
|
default StompComponentBuilderFactory.StompComponentBuilder |
host(String host)
The virtual host name.
|
default StompComponentBuilderFactory.StompComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default StompComponentBuilderFactory.StompComponentBuilder |
login(String login)
The username.
|
default StompComponentBuilderFactory.StompComponentBuilder |
passcode(String passcode)
The password.
|
default StompComponentBuilderFactory.StompComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default StompComponentBuilderFactory.StompComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default StompComponentBuilderFactory.StompComponentBuilder |
version(String version)
The stomp version (1.1, or 1.2).
|
build, build, doSetProperty, registerdefault StompComponentBuilderFactory.StompComponentBuilder brokerURL(String brokerURL)
brokerURL - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder customHeaders(Properties customHeaders)
customHeaders - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder host(String host)
host - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder version(String version)
version - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder configuration(org.apache.camel.component.stomp.StompConfiguration configuration)
configuration - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder login(String login)
login - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder passcode(String passcode)
passcode - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
sslContextParameters - the value to setdefault StompComponentBuilderFactory.StompComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
useGlobalSslContextParameters - the value to setApache Camel