Package org.apache.activemq.filter
Class NonCachedMessageEvaluationContext
java.lang.Object
org.apache.activemq.filter.MessageEvaluationContext
org.apache.activemq.filter.NonCachedMessageEvaluationContext
NonCached version of the MessageEvaluationContext
-
Field Summary
Fields inherited from class org.apache.activemq.filter.MessageEvaluationContext
destination, dropped, loaded, message, messageReference -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidA strategy hook to allow per-message caches to be clearedvoidsetMessageReference(MessageReference messageReference) Methods inherited from class org.apache.activemq.filter.MessageEvaluationContext
clear, getDestination, getMessageReference, isDropped, setDestination
-
Constructor Details
-
NonCachedMessageEvaluationContext
public NonCachedMessageEvaluationContext()
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classMessageEvaluationContext- Throws:
IOException
-
setMessageReference
- Overrides:
setMessageReferencein classMessageEvaluationContext
-
clearMessageCache
protected void clearMessageCache()Description copied from class:MessageEvaluationContextA strategy hook to allow per-message caches to be cleared- Overrides:
clearMessageCachein classMessageEvaluationContext
-