Package io.ably.lib.liveobjects.message
Interface CounterCreate
public interface CounterCreate
Payload of a
ObjectOperationAction.COUNTER_CREATE operation, describing the
initial state of the created LiveCounter object.
Spec: CCR*
-
Method Summary
-
Method Details
-
getCount
Returns the initial value of the created counter object.Spec: CCR2a
- Returns:
- the initial counter value
-