| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static CometdComponentBuilderFactory.CometdComponentBuilder |
ComponentsBuilderFactory.cometd()
CometD (camel-cometd)
Offers publish/subscribe, peer-to-peer (via a server), and RPC style
messaging using the CometD/Bayeux protocol.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CometdComponentBuilderFactory.CometdComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.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.
|
static CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.cometd()
CometD (camel-cometd)
Offers publish/subscribe, peer-to-peer (via a server), and RPC style
messaging using the CometD/Bayeux protocol.
|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.extensions(List<org.cometd.bayeux.server.BayeuxServer.Extension> extensions)
To use a list of custom BayeuxServer.Extension that allows modifying
incoming and outgoing requests.
|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.securityPolicy(org.cometd.bayeux.server.SecurityPolicy securityPolicy)
To use a custom configured SecurityPolicy to control authorization.
|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.sslKeyPassword(String sslKeyPassword)
The password for the keystore when using SSL.
|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.sslKeystore(String sslKeystore)
The path to the keystore.
|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.sslPassword(String sslPassword)
The password when using SSL.
|
default CometdComponentBuilderFactory.CometdComponentBuilder |
CometdComponentBuilderFactory.CometdComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
Apache Camel