Uses of Interface
org.apache.camel.builder.component.dsl.CometdComponentBuilderFactory.CometdComponentBuilder
Packages that use CometdComponentBuilderFactory.CometdComponentBuilder
-
Uses of CometdComponentBuilderFactory.CometdComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return CometdComponentBuilderFactory.CometdComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.cometd()CometD (camel-cometd) Offers publish/subscribe, peer-to-peer (via a server), and RPC style messaging using the CometD/Bayeux protocol. -
Uses of CometdComponentBuilderFactory.CometdComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement CometdComponentBuilderFactory.CometdComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return CometdComponentBuilderFactory.CometdComponentBuilderModifier and TypeMethodDescriptionCometdComponentBuilderFactory.CometdComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.CometdComponentBuilderFactory.cometd()CometD (camel-cometd) Offers publish/subscribe, peer-to-peer (via a server), and RPC style messaging using the CometD/Bayeux protocol.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.CometdComponentBuilderFactory.CometdComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).CometdComponentBuilderFactory.CometdComponentBuilder.securityPolicy(org.cometd.bayeux.server.SecurityPolicy securityPolicy) To use a custom configured SecurityPolicy to control authorization.CometdComponentBuilderFactory.CometdComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.CometdComponentBuilderFactory.CometdComponentBuilder.sslKeyPassword(String sslKeyPassword) The password for the keystore when using SSL.CometdComponentBuilderFactory.CometdComponentBuilder.sslKeystore(String sslKeystore) The path to the keystore.CometdComponentBuilderFactory.CometdComponentBuilder.sslPassword(String sslPassword) The password when using SSL.CometdComponentBuilderFactory.CometdComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.