Package io.ably.lib.types
Class ChannelProperties
- java.lang.Object
-
- io.ably.lib.types.ChannelProperties
-
public class ChannelProperties extends java.lang.ObjectDescribes the properties of the channel state.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringattachSerialStarts unset when a channel is instantiated, then updated with the channelSerial from eachChannelState.attachedevent that matches the channel.
-
Constructor Summary
Constructors Constructor Description ChannelProperties()
-
-
-
Field Detail
-
attachSerial
public java.lang.String attachSerial
Starts unset when a channel is instantiated, then updated with the channelSerial from eachChannelState.attachedevent that matches the channel. Used as the value forChannelBase.history(io.ably.lib.types.Param[]).Spec: CP2a
-
-