Interface OutboundMessageMapper<T>
- Type Parameters:
T- the target result type.
- All Known Subinterfaces:
BytesMessageMapper
- All Known Implementing Classes:
ConvertingBytesMessageMapper,EmbeddedJsonHeadersMessageMapper,JsonOutboundMessageMapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy interface for mapping from a
Message to an Object.-
Method Summary
-
Method Details
-
fromMessage
-