Class DispatchMessageActionMetadata

Defines properties and message types for DispatchMessageAction.

Inherits properties and message types from ForwardingActionMetadata.

Property Types

See also PropertyType
DispatchMessageActionMetadata.MessageTypeProperty

The name of a message type.

DispatchMessageActionMetadata.DispatchModeProperty

The message dispatch mode (deprecated).

  • POST queues the message after message handling is done.
  • SEND dispatches the message immediately.
DispatchMessageActionMetadata.RoutingTargetProperty

Specifies the target item to which the message is dispatched. If the target resides within the node tree, and the message type has tunneling and bubbling enabled, the message is tunneled and bubbled through the parents of the target.

DispatchMessageActionMetadata.RoutingTargetLookupProperty

Allows to look up the target item using this property (RoutingTarget.Property).

Message Types

See also MessageType

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.