Interface PubnubComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface PubnubComponentBuilderFactory
Send and receive messages to/from PubNub data stream network for connected devices. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PubnubComponentBuilderFactory.PubnubComponentBuilder
Builder for the PubNub component.static class
PubnubComponentBuilderFactory.PubnubComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static PubnubComponentBuilderFactory.PubnubComponentBuilder
pubnub()
PubNub (camel-pubnub) Send and receive messages to/from PubNub data stream network for connected devices.
-
-
-
Method Detail
-
pubnub
static PubnubComponentBuilderFactory.PubnubComponentBuilder pubnub()
PubNub (camel-pubnub) Send and receive messages to/from PubNub data stream network for connected devices. Category: cloud,iot,messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-pubnub- Returns:
- the dsl builder
-
-