Packageorg.spicefactory.parsley.messaging.receiver
Classpublic class MessageReceiverInfo
InheritanceMessageReceiverInfo Inheritance Object

The base configuration for a message receiver. Holds only the properties common to all receivers.



Public Properties
 PropertyDefined By
  order : int = 2.147483647E9
The execution order for this receiver.
MessageReceiverInfo
  selector : *
An optional selector value to be used in addition to selecting messages by type.
MessageReceiverInfo
  type : ClassInfo
The type of the message the receiver listens to.
MessageReceiverInfo
Property Detail
orderproperty
public var order:int = 2.147483647E9

The execution order for this receiver. Will be processed in ascending order.

The default is int.MAX_VALUE.

selectorproperty 
public var selector:*

An optional selector value to be used in addition to selecting messages by type. Will be checked against the value of the property in the message marked with [Selector] or against the event type if the message is an event and does not have a selector property specified explicitly.

typeproperty 
public var type:ClassInfo

The type of the message the receiver listens to.