package

org.mule.module.pubnub.config

Classes

HistoryMessageProcessor HistoryMessageProcessor invokes the history(java.lang.String, int) method in PubNubModule
PublishMessageProcessor PublishMessageProcessor invokes the publish(java.lang.String, java.lang.String) method in PubNubModule
PubNubModuleCapabilitiesAdapter A PubNubModuleCapabilitiesAdapter is a wrapper around PubNubModule that implements org.mule.api.Capabilities interface. 
PubNubModuleLifecycleAdapter A PubNubModuleLifecycleAdapter is a wrapper around PubNubModule that adds lifecycle methods to the pojo. 
RequestMessageProcessor RequestMessageProcessor invokes the request(java.lang.String, long) method in PubNubModule
ServerTimeMessageProcessor ServerTimeMessageProcessor invokes the serverTime() method in PubNubModule
SubscribeMessageSource SubscribeMessageSource wraps subscribe(java.lang.String, org.mule.api.callback.SourceCallback) method in PubNubModule as a message source capable of generating Mule events.