| Package | org.spicefactory.parsley.core.messaging.receiver |
| Interface | public interface MessageReceiver |
| Implementors | AbstractMessageReceiver |
| Property | Defined By | ||
|---|---|---|---|
| order : int [read-only]
The execution order for this receiver. | MessageReceiver | ||
| selector : * [read-only]
An optional selector value to be used for selecting matching messages. | MessageReceiver | ||
| type : Class [read-only]
The class or interface of the message. | MessageReceiver | ||
| order | property |
order:int [read-only] The execution order for this receiver.
Will be processed in ascending order. The default is int.MAX_VALUE.
public function get order():int| selector | property |
selector:* [read-only] An optional selector value to be used for selecting matching messages.
public function get selector():*| type | property |
type:Class [read-only] The class or interface of the message. In case of a command observer this may also be interpreted as the type of the command, depending on the kind of receiver.
public function get type():Class