Package io.ably.lib.types
Class ChannelProperties
java.lang.Object
io.ably.lib.types.ChannelProperties
Describes the properties of the channel state.
Spec: CP2
-
Field Summary
FieldsModifier and TypeFieldDescriptionStarts unset when a channel is instantiated, then updated with the channelSerial from eachChannelState.attached
event that matches the channel.ChannelSerial contains the channelSerial from latest ProtocolMessage of action type Message/PresenceMessage received on the channel. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
attachSerial
Starts unset when a channel is instantiated, then updated with the channelSerial from eachChannelState.attached
event that matches the channel. Used as the value forChannelBase.history(io.ably.lib.types.Param[])
.Spec: CP2a
-
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()
-