-
public class RecoveryKeyContext
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconnectionKeyprivate final longmsgSerialprivate final Map<String, String>channelSerials
-
Constructor Summary
Constructors Constructor Description RecoveryKeyContext(String connectionKey, long msgSerial, Map<String, String> channelSerials)
-
Method Summary
Modifier and Type Method Description StringgetConnectionKey()longgetMsgSerial()Map<String, String>getChannelSerials()Stringencode()static RecoveryKeyContextdecode(String json)-
-
Method Detail
-
getConnectionKey
String getConnectionKey()
-
getMsgSerial
long getMsgSerial()
-
getChannelSerials
Map<String, String> getChannelSerials()
-
decode
static RecoveryKeyContext decode(String json)
-
-
-
-