Class ChannelProperties

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

public class ChannelProperties extends Object
Describes the properties of the channel state.

Spec: CP2

  • Field Details

    • attachSerial

      public String attachSerial
      Starts unset when a channel is instantiated, then updated with the channelSerial from each ChannelState.attached event that matches the channel. Used as the value for ChannelBase.history(io.ably.lib.types.Param[]).

      Spec: CP2a

    • channelSerial

      public String channelSerial
      ChannelSerial contains the channelSerial from latest ProtocolMessage of action type Message/PresenceMessage received on the channel.

      Spec: CP2b, RTL15b

  • Constructor Details

    • ChannelProperties

      public ChannelProperties()