Interface PubNubEndpointBuilderFactory.PubNubBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
PubNubEndpointBuilderFactory

public static interface PubNubEndpointBuilderFactory.PubNubBuilders
  • Method Details

    • 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

      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