Uses of Interface
org.apache.camel.builder.component.dsl.CoapComponentBuilderFactory.CoapComponentBuilder
Packages that use CoapComponentBuilderFactory.CoapComponentBuilder
-
Uses of CoapComponentBuilderFactory.CoapComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return CoapComponentBuilderFactory.CoapComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.coap()CoAP (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices. -
Uses of CoapComponentBuilderFactory.CoapComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement CoapComponentBuilderFactory.CoapComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return CoapComponentBuilderFactory.CoapComponentBuilderModifier and TypeMethodDescriptionCoapComponentBuilderFactory.CoapComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.CoapComponentBuilderFactory.CoapComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.CoapComponentBuilderFactory.coap()CoAP (camel-coap) Send and receive messages to/from CoAP (Constrained Application Protocol) capable devices.CoapComponentBuilderFactory.CoapComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).