public class MessageEvaluationContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ActiveMQDestination |
destination |
protected boolean |
dropped |
protected boolean |
loaded |
protected Message |
message |
protected MessageReference |
messageReference |
| Constructor and Description |
|---|
MessageEvaluationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected void |
clearMessageCache()
A strategy hook to allow per-message caches to be cleared
|
ActiveMQDestination |
getDestination() |
Message |
getMessage() |
MessageReference |
getMessageReference() |
boolean |
isDropped() |
void |
setDestination(ActiveMQDestination destination) |
void |
setMessageReference(MessageReference messageReference) |
protected MessageReference messageReference
protected boolean loaded
protected boolean dropped
protected ActiveMQDestination destination
public MessageEvaluationContext()
public boolean isDropped() throws IOException
IOExceptionpublic Message getMessage() throws IOException
IOExceptionpublic void setMessageReference(MessageReference messageReference)
public void clear()
public ActiveMQDestination getDestination()
public void setDestination(ActiveMQDestination destination)
protected void clearMessageCache()
public MessageReference getMessageReference()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.