| Interface | Description |
|---|---|
| MessageBuilderFactory | |
| MessageDecorator |
The
Message decoration contract. |
| Class | Description |
|---|---|
| AbstractIntegrationMessageBuilder<T> | |
| DefaultMessageBuilderFactory | |
| IdGenerators |
Alternative
IdGenerator implementations. |
| IdGenerators.JdkIdGenerator |
UUID.randomUUID()
|
| IdGenerators.SimpleIncrementingIdGenerator | |
| MapBuilder<B extends MapBuilder<B,K,V>,K,V> |
A
Builder pattern implementation for the Map. |
| MessageBuilder<T> |
The default message builder; creates immutable
GenericMessages. |
| MutableMessage<T> |
An implementation of
Message with a generic payload. |
| MutableMessageBuilder<T> | |
| MutableMessageBuilderFactory | |
| MutableMessageHeaders |
A MessageHeaders that permits direct access to and modification of the
header map.
|
| PropertiesBuilder |
A
Builder pattern implementation for the Properties. |
| SmartLifecycleRoleController |
Bulk start/stop
SmartLifecycle in a particular role in phase order. |
| StringStringMapBuilder |
A map builder creating a map with String keys and values.
|
| Exception | Description |
|---|---|
| PartialSuccessException |
A
MessagingException thrown when a non-transactional operation is
performing multiple updates from a single message, e.g. |