default CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.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 CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.cometds() |
CometD (Secure) (camel-cometd)
Offers publish/subscribe, peer-to-peer (via a server), and RPC style
messaging using the CometD/Bayeux protocol.
|
default CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.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 CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.securityPolicy(org.cometd.bayeux.server.SecurityPolicy securityPolicy) |
To use a custom configured SecurityPolicy to control authorization.
|
default CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) |
To configure security using SSLContextParameters.
|
default CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.sslKeyPassword(String sslKeyPassword) |
The password for the keystore when using SSL.
|
default CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.sslKeystore(String sslKeystore) |
The path to the keystore.
|
default CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.sslPassword(String sslPassword) |
The password when using SSL.
|
default CometdsComponentBuilderFactory.CometdsComponentBuilder |
CometdsComponentBuilderFactory.CometdsComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) |
Enable usage of global SSL context parameters.
|