| Package | Description |
|---|---|
| org.springframework.messaging.support |
Provides implementations of
Message along with
a MessageBuilder and MessageHeaderAccessor for building and working with messages and
message headers, as well as various MessageChannel
implementations and channel interceptor support. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMessageChannelInterceptor
A simpler interceptor that calls
MessageHeaderAccessor.setImmutable()
on the headers of messages passed through the preSend method. |