an arbitrary identifier which can be used to match the corresponding reply message.
an arbitrary identifier which can be used to match the corresponding
reply message. typically the id is incremented by 1 for each
/sync
message sent out.
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
Represents a
/sync
message, which is queued with the asynchronous messages on the server, and which, when executed, triggers a corresponding/synced
reply message (i.e. with the same id)an arbitrary identifier which can be used to match the corresponding reply message. typically the id is incremented by 1 for each
/sync
message sent out.