Uses of Interface
org.apache.camel.builder.endpoint.dsl.PubNubEndpointBuilderFactory.PubNubEndpointBuilder
Packages that use PubNubEndpointBuilderFactory.PubNubEndpointBuilder
-
Uses of PubNubEndpointBuilderFactory.PubNubEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return PubNubEndpointBuilderFactory.PubNubEndpointBuilderModifier and TypeMethodDescriptionPubNub (camel-pubnub) Send and receive messages to/from PubNub data stream network for connected devices.PubNub (camel-pubnub) Send and receive messages to/from PubNub data stream network for connected devices. -
Uses of PubNubEndpointBuilderFactory.PubNubEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PubNubEndpointBuilderFactory.PubNubEndpointBuilderModifier and TypeMethodDescriptionIf Access Manager is utilized, client will use this authKey in all restricted requests.PubNubEndpointBuilderFactory.AdvancedPubNubEndpointBuilder.basic()If cipher is passed, all communications to/from PubNub will be encrypted.PubNubEndpointBuilderFactory.endpointBuilder(String componentName, String path) PubNubEndpointBuilderFactory.PubNubEndpointBuilder.publishKey(String publishKey) The publish key obtained from your PubNub account.PubNub (camel-pubnub) Send and receive messages to/from PubNub data stream network for connected devices.PubNub (camel-pubnub) Send and receive messages to/from PubNub data stream network for connected devices.The secret key used for message signing.PubNubEndpointBuilderFactory.PubNubEndpointBuilder.secure(boolean secure) Use SSL for secure transmission.Use SSL for secure transmission.PubNubEndpointBuilderFactory.PubNubEndpointBuilder.subscribeKey(String subscribeKey) The subscribe key obtained from your PubNub account.UUID to be used as a device identifier, a default UUID is generated if not passed.