T
- The type of message the provider can processpublic interface CorrelationDataProvider<T extends Message>
Modifier and Type | Method and Description |
---|---|
Map<String,?> |
correlationDataFor(T message)
Provides a map with the entries to attach as correlation data to generated messages while processing given
message . |
Map<String,?> correlationDataFor(T message)
message
.
This method should not return null
.message
- The message to define correlation data forCopyright © 2010-2014. All Rights Reserved.