Package io.ably.lib.types
Class ChannelProperties
java.lang.Object
io.ably.lib.types.ChannelProperties
public class ChannelProperties
extends java.lang.Object
Describes 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() -
Method Summary
-
Field Details
-
attachSerial
public java.lang.String attachSerialStarts 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
-
-
Constructor Details
-
ChannelProperties
public ChannelProperties()
-