The CommandMessage class provides a mechanism for sending commands to the server infrastructure, such as commands related to publish/subscribe messaging scenarios, ping operations, and cluster operations.

Constructor

new()

Constructs an instance of an ActionMessage with an empty array of bodies and headers.

Variables

@:flash.propertybodies:Array<MessageBody>

The array of MessageBody instances.

@:flash.propertyheaders:Array<MessageHeader>

The array of MessageHeaders

@:value(3)version:Int = 3

The version of the ActionMessage. Probably should not be changed.