public static interface StompComponentBuilderFactory.StompComponentBuilder extends ComponentBuilder<org.apache.camel.component.stomp.StompComponent>
| Modifier and Type | Method and Description |
|---|---|
default StompComponentBuilderFactory.StompComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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)
To use the shared stomp configuration.
|
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.
|
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 |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
build, build, doSetProperty, registerdefault StompComponentBuilderFactory.StompComponentBuilder brokerURL(String brokerURL)
java.lang.String type.
Group: commondefault StompComponentBuilderFactory.StompComponentBuilder host(String host)
java.lang.String type.
Group: commondefault StompComponentBuilderFactory.StompComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault StompComponentBuilderFactory.StompComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault StompComponentBuilderFactory.StompComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault StompComponentBuilderFactory.StompComponentBuilder configuration(org.apache.camel.component.stomp.StompConfiguration configuration)
org.apache.camel.component.stomp.StompConfiguration
type.
Group: advanceddefault StompComponentBuilderFactory.StompComponentBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: filterdefault StompComponentBuilderFactory.StompComponentBuilder login(String login)
java.lang.String type.
Group: securitydefault StompComponentBuilderFactory.StompComponentBuilder passcode(String passcode)
java.lang.String type.
Group: securitydefault StompComponentBuilderFactory.StompComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel