Uses of Interface
org.apache.camel.builder.endpoint.dsl.PubNubEndpointBuilderFactory.PubNubEndpointProducerBuilder
Packages that use PubNubEndpointBuilderFactory.PubNubEndpointProducerBuilder
-
Uses of PubNubEndpointBuilderFactory.PubNubEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of PubNubEndpointBuilderFactory.PubNubEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the PubNub component.Methods in org.apache.camel.builder.endpoint.dsl that return PubNubEndpointBuilderFactory.PubNubEndpointProducerBuilderModifier and TypeMethodDescriptionIf Access Manager is utilized, client will use this authKey in all restricted requests.PubNubEndpointBuilderFactory.AdvancedPubNubEndpointProducerBuilder.basic()If cipher is passed, all communications to/from PubNub will be encrypted.The operation to perform.PubNubEndpointBuilderFactory.PubNubEndpointProducerBuilder.publishKey(String publishKey) The publish key obtained from your PubNub account.The secret key used for message signing.PubNubEndpointBuilderFactory.PubNubEndpointProducerBuilder.secure(boolean secure) Use SSL for secure transmission.Use SSL for secure transmission.PubNubEndpointBuilderFactory.PubNubEndpointProducerBuilder.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.