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