Package io.ably.lib.liveobjects.message
Interface MapRemove
public interface MapRemove
Payload of a
ObjectOperationAction.MAP_REMOVE operation, describing a key
being removed from a LiveMap object.
Spec: MRM*
-
Method Summary
-
Method Details
-
getKey
Returns the key being removed.Spec: MRM2a
- Returns:
- the map key
-