Metadata definitions for DispatchMessageAction. More...
Public Attributes | |
DynamicPropertyType< Integer > | DispatchModeProperty |
The message dispatch mode (deprecated). More... | |
DynamicPropertyType< String > | MessageTypeProperty |
The name of a message type. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.DispatchMessageAction") |
Metaclass for DispatchMessageAction. | |
DynamicPropertyType< String > | RoutingTargetLookupProperty |
Allows to look up the target item using this property (RoutingTarget.Property). More... | |
DynamicPropertyType< String > | RoutingTargetProperty |
Specifies the target item to which the message is dispatched. More... | |
Public Attributes inherited from ForwardingActionMetadata | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ForwardingAction") |
Metaclass for ForwardingAction. | |
Public Attributes inherited from ActionMetadata | |
DynamicPropertyType< Integer > | DelayProperty |
The time in milliseconds after which Kanzi invokes the action. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.Action") |
Metaclass for Action. | |
Public Attributes inherited from ActionBaseMetadata | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ActionBase") |
Metaclass for ActionBase. | |
Metadata definitions for DispatchMessageAction.
DynamicPropertyType<Integer> DispatchModeProperty |
The message dispatch mode (deprecated).
DynamicPropertyType<String> MessageTypeProperty |
The name of a message type.
DynamicPropertyType<String> RoutingTargetLookupProperty |
Allows to look up the target item using this property (RoutingTarget.Property).
DynamicPropertyType<String> 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.