Uses of Interface
org.apache.camel.builder.component.dsl.PubnubComponentBuilderFactory.PubnubComponentBuilder
-
Packages that use PubnubComponentBuilderFactory.PubnubComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of PubnubComponentBuilderFactory.PubnubComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return PubnubComponentBuilderFactory.PubnubComponentBuilder Modifier and Type Method Description static PubnubComponentBuilderFactory.PubnubComponentBuilder
ComponentsBuilderFactory. pubnub()
PubNub (camel-pubnub) Send and receive messages to/from PubNub data stream network for connected devices. -
Uses of PubnubComponentBuilderFactory.PubnubComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement PubnubComponentBuilderFactory.PubnubComponentBuilder Modifier and Type Class Description static class
PubnubComponentBuilderFactory.PubnubComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return PubnubComponentBuilderFactory.PubnubComponentBuilder Modifier and Type Method Description default PubnubComponentBuilderFactory.PubnubComponentBuilder
PubnubComponentBuilderFactory.PubnubComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default PubnubComponentBuilderFactory.PubnubComponentBuilder
PubnubComponentBuilderFactory.PubnubComponentBuilder. 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 PubnubComponentBuilderFactory.PubnubComponentBuilder
PubnubComponentBuilderFactory.PubnubComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).static PubnubComponentBuilderFactory.PubnubComponentBuilder
PubnubComponentBuilderFactory. pubnub()
PubNub (camel-pubnub) Send and receive messages to/from PubNub data stream network for connected devices.
-