Uses of Class
org.apache.camel.component.pubnub.PubNubConfiguration
-
Uses of PubNubConfiguration in org.apache.camel.component.pubnub
Methods in org.apache.camel.component.pubnub that return PubNubConfigurationModifier and TypeMethodDescriptionPubNubConfiguration.copy()PubNubComponent.getConfiguration()PubNubEndpoint.getConfiguration()Methods in org.apache.camel.component.pubnub with parameters of type PubNubConfigurationModifier and TypeMethodDescriptionvoidPubNubComponent.setConfiguration(PubNubConfiguration configuration) The component configurationsConstructors in org.apache.camel.component.pubnub with parameters of type PubNubConfigurationModifierConstructorDescriptionPubNubConsumer(PubNubEndpoint endpoint, org.apache.camel.Processor processor, PubNubConfiguration pubNubConfiguration) PubNubEndpoint(String uri, PubNubComponent component, PubNubConfiguration configuration) PubNubProducer(PubNubEndpoint endpoint, PubNubConfiguration pubNubConfiguration)