Interface MessageMapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Mapper used for translating reactive messaging message to JMS message.
-
Method Summary
-
Method Details
-
apply
Convert messaging message to JMS message.- Parameters:
s
- JMS sessionm
- Reactive messaging message to be converted- Returns:
- JMS message
- Throws:
jakarta.jms.JMSException
-