public class Event extends Object
An abstract model that represents a Mule Event
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
EventAttributes |
getAttributes() |
EventError |
getError() |
List<Attachment> |
getInboundAttachments() |
List<Property> |
getInboundProperties() |
List<Attachment> |
getOutboundAttachments() |
List<Property> |
getOutboundProperties() |
Payload |
getPayload() |
List<Property> |
getSessionProperties() |
List<Variable> |
getVariables() |
void |
setAttributes(EventAttributes attributes) |
void |
setError(EventError error) |
void |
setInboundAttachments(List<Attachment> inboundAttachments) |
void |
setInboundProperties(List<Property> inboundProperties) |
void |
setOutboundAttachments(List<Attachment> outboundAttachments) |
void |
setOutboundProperties(List<Property> outboundProperties) |
void |
setPayload(Payload payload) |
void |
setSessionProperties(List<Property> sessionProperties) |
void |
setVariables(List<Variable> variables) |
public Payload getPayload()
public EventAttributes getAttributes()
public EventError getError()
public List<Attachment> getInboundAttachments()
public List<Attachment> getOutboundAttachments()
public void setPayload(Payload payload)
public void setAttributes(EventAttributes attributes)
public void setInboundAttachments(List<Attachment> inboundAttachments)
public void setOutboundAttachments(List<Attachment> outboundAttachments)
public void setError(EventError error)
Copyright © 2019. All rights reserved.