-
public class Message.BatchSets the channel names and message contents to publishBatch.
-
-
Constructor Summary
Constructors Constructor Description Message.Batch(String channel, Array<Message> messages)Message.Batch(Array<String> channels, Array<Message> messages)Message.Batch(Collection<String> channels, Collection<Message> messages)
-
Method Summary
Modifier and Type Method Description voidwriteMsgpack(MessagePacker packer)-
-
Method Detail
-
writeMsgpack
void writeMsgpack(MessagePacker packer)
-
-
-
-