Uses of Interface
org.apache.camel.builder.component.dsl.CoapTcpComponentBuilderFactory.CoapTcpComponentBuilder
Packages that use CoapTcpComponentBuilderFactory.CoapTcpComponentBuilder
-
Uses of CoapTcpComponentBuilderFactory.CoapTcpComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return CoapTcpComponentBuilderFactory.CoapTcpComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.coapTcp()CoAP (camel-coap) Send and receive messages to/from COAP capable devices. -
Uses of CoapTcpComponentBuilderFactory.CoapTcpComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement CoapTcpComponentBuilderFactory.CoapTcpComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return CoapTcpComponentBuilderFactory.CoapTcpComponentBuilderModifier and TypeMethodDescriptionCoapTcpComponentBuilderFactory.CoapTcpComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.CoapTcpComponentBuilderFactory.CoapTcpComponentBuilder.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.CoapTcpComponentBuilderFactory.coapTcp()CoAP (camel-coap) Send and receive messages to/from COAP capable devices.CoapTcpComponentBuilderFactory.CoapTcpComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).