Class RecoveryKeyContext

java.lang.Object
io.ably.lib.types.RecoveryKeyContext

public class RecoveryKeyContext extends Object
  • Constructor Details

    • RecoveryKeyContext

      public RecoveryKeyContext(String connectionKey, long msgSerial, Map<String,String> channelSerials)
  • Method Details

    • getConnectionKey

      public String getConnectionKey()
    • getMsgSerial

      public long getMsgSerial()
    • getChannelSerials

      public Map<String,String> getChannelSerials()
    • encode

      public String encode()
    • decode

      public static RecoveryKeyContext decode(String json)