Class AdviceMessage<T>

java.lang.Object
org.springframework.messaging.support.GenericMessage<T>
org.springframework.integration.message.AdviceMessage<T>
All Implemented Interfaces:
Serializable, Message<T>

public class AdviceMessage<T>
extends GenericMessage<T>
A message implementation that is produced by an advice after successful message handling. Contains the result of the expression evaluation in the payload and the original message that the advice passed to the handler. .
Since:
2.2
Author:
Gary Russell, Artem Bilan
See Also:
Serialized Form