Interface CoapsComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface CoapsComponentBuilderFactory
Send and receive messages to/from COAP capable devices. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CoapsComponentBuilderFactory.CoapsComponentBuilder
Builder for the CoAP (Secure) component.static class
CoapsComponentBuilderFactory.CoapsComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static CoapsComponentBuilderFactory.CoapsComponentBuilder
coaps()
CoAP (Secure) (camel-coap) Send and receive messages to/from COAP capable devices.
-
-
-
Method Detail
-
coaps
static CoapsComponentBuilderFactory.CoapsComponentBuilder coaps()
CoAP (Secure) (camel-coap) Send and receive messages to/from COAP capable devices. Category: iot Since: 2.16 Maven coordinates: org.apache.camel:camel-coap- Returns:
- the dsl builder
-
-