Package com.pubnub.api.workers
Class SubscribeMessageWorker
- java.lang.Object
-
- com.pubnub.api.workers.SubscribeMessageWorker
-
- All Implemented Interfaces:
java.lang.Runnable
public class SubscribeMessageWorker extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description static intTYPE_FILESstatic intTYPE_MESSAGE
-
Constructor Summary
Constructors Constructor Description SubscribeMessageWorker(PubNub pubnubInstance, ListenerManager listenerManagerInstance, java.util.concurrent.LinkedBlockingQueue<SubscribeMessage> queueInstance, DuplicationManager dupManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
-
-
-
Field Detail
-
TYPE_MESSAGE
public static final int TYPE_MESSAGE
- See Also:
- Constant Field Values
-
TYPE_FILES
public static final int TYPE_FILES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SubscribeMessageWorker
public SubscribeMessageWorker(PubNub pubnubInstance, ListenerManager listenerManagerInstance, java.util.concurrent.LinkedBlockingQueue<SubscribeMessage> queueInstance, DuplicationManager dupManager)
-
-