public class MessageEvent extends Event<MessageInterceptionContext>
| Constructor and Description |
|---|
MessageEvent(Message message,
FlowPoint flowPoint,
String sequence,
String endpoint)
Constructs the message event with the specified properties
|
| Modifier and Type | Method and Description |
|---|---|
Message |
getMessage()
Gets the message object of the event
|
getContext, getCreatedAt, getSubjectpublic MessageEvent(Message message, FlowPoint flowPoint, String sequence, String endpoint)
message - the message of the eventflowPoint - the type of the eventsequence - the current execution sequenceendpoint - the current execution endpointpublic Message getMessage()
Copyright © 2010–2016 AdroitLogic. All rights reserved.