JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Integration
org.springframework.integration.support
MessageDecorator
Contents
Description
Method Summary
Method Details
decorateMessage(Message)
Hide sidebar
Show sidebar
Interface MessageDecorator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
MessageDecorator
The
Message
decoration contract. An implementation may decide to return any
Message
instance and even a different
Message
implementation. Usually used to wrap a message in another.
Since:
4.2.9
Author:
Artem Bilan
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Message
<?>
decorateMessage
(
Message
<?> message)
Method Details
decorateMessage
Message
<?>
decorateMessage
(
Message
<?> message)