Package io.ably.lib.liveobjects.message
Interface CounterInc
public interface CounterInc
Payload of a
ObjectOperationAction.COUNTER_INC operation, describing an amount
by which a LiveCounter object is incremented. The amount may be negative,
representing a decrement.
Spec: CIN*
-
Method Summary
-
Method Details
-
getNumber
Returns the amount by which the counter is incremented.Spec: CIN2a
- Returns:
- the increment amount (may be negative)
-