| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static StompComponentBuilderFactory.StompComponentBuilder |
ComponentsBuilderFactory.stomp()
Stomp (camel-stomp)
The stomp component is used for communicating with Stomp compliant
message brokers.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StompComponentBuilderFactory.StompComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default StompComponentBuilderFactory.StompComponentBuilder |
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 |
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 |
StompComponentBuilderFactory.StompComponentBuilder.brokerURL(String brokerURL)
The URI of the Stomp broker to connect to.
|
default StompComponentBuilderFactory.StompComponentBuilder |
StompComponentBuilderFactory.StompComponentBuilder.configuration(org.apache.camel.component.stomp.StompConfiguration configuration)
To use the shared stomp configuration.
|
default StompComponentBuilderFactory.StompComponentBuilder |
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 |
StompComponentBuilderFactory.StompComponentBuilder.host(String host)
The virtual host.
|
default StompComponentBuilderFactory.StompComponentBuilder |
StompComponentBuilderFactory.StompComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default StompComponentBuilderFactory.StompComponentBuilder |
StompComponentBuilderFactory.StompComponentBuilder.login(String login)
The username.
|
default StompComponentBuilderFactory.StompComponentBuilder |
StompComponentBuilderFactory.StompComponentBuilder.passcode(String passcode)
The password.
|
static StompComponentBuilderFactory.StompComponentBuilder |
StompComponentBuilderFactory.stomp()
Stomp (camel-stomp)
The stomp component is used for communicating with Stomp compliant
message brokers.
|
default StompComponentBuilderFactory.StompComponentBuilder |
StompComponentBuilderFactory.StompComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
Apache Camel