| Package | org.spicefactory.parsley.core.messaging |
| Class | public class MessageState |
| Inheritance | MessageState Object |
| Constant | Defined By | ||
|---|---|---|---|
| ACTIVE : MessageState [static]
Constant for the active state. | MessageState | ||
| CANCELLED : MessageState [static]
Constant for the cancelled state. | MessageState | ||
| COMPLETE : MessageState [static]
Constant for the complete state. | MessageState | ||
| SUSPENDED : MessageState [static]
Constant for the suspended state. | MessageState | ||
| ACTIVE | Constant |
public static const ACTIVE:MessageStateConstant for the active state. While in this state a message processor will continue to invoke all remaining receivers.
| CANCELLED | Constant |
public static const CANCELLED:MessageStateConstant for the cancelled state. When in this state no further processing of the message is possible.
| COMPLETE | Constant |
public static const COMPLETE:MessageStateConstant for the complete state. This state signals that processing of the message completed successfully.
| SUSPENDED | Constant |
public static const SUSPENDED:MessageState
Constant for the suspended state. When in this state processing of message
receivers is suspended, but may be resumed later by calling MessageProcessor.resume()