Interface PubNubEndpointBuilderFactory.PubNubBuilders

    • Method Detail

      • pubnub

        default PubNubEndpointBuilderFactory.PubNubHeaderNameBuilder 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 for the headers' name.
      • pubnub

        default PubNubEndpointBuilderFactory.PubNubEndpointBuilder pubnub​(String path)
        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 Syntax: pubnub:channel Path parameter: channel (required) The channel used for subscribing/publishing events
        Parameters:
        path - channel
        Returns:
        the dsl builder
      • pubnub

        default PubNubEndpointBuilderFactory.PubNubEndpointBuilder pubnub​(String componentName,
                                                                          String path)
        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 Syntax: pubnub:channel Path parameter: channel (required) The channel used for subscribing/publishing events
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - channel
        Returns:
        the dsl builder