Package com.pubnub.api.workers
Class SubscribeMessageProcessor
- java.lang.Object
-
- com.pubnub.api.workers.SubscribeMessageProcessor
-
public class SubscribeMessageProcessor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_FILES
static int
TYPE_MESSAGE
-
Constructor Summary
Constructors Constructor Description SubscribeMessageProcessor(PubNub pubnub, DuplicationManager duplicationManager)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.gson.JsonElement
tryDecryptMessage(com.google.gson.JsonElement input, com.pubnub.api.crypto.CryptoModule cryptoModule, MapperManager mapper)
-
-
-
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
-
SubscribeMessageProcessor
public SubscribeMessageProcessor(PubNub pubnub, DuplicationManager duplicationManager)
-
-
Method Detail
-
tryDecryptMessage
public static com.google.gson.JsonElement tryDecryptMessage(com.google.gson.JsonElement input, com.pubnub.api.crypto.CryptoModule cryptoModule, MapperManager mapper) throws PubNubException
- Throws:
PubNubException
-
-