T
- the object type@FunctionalInterface
public interface Serializer<T>
Message
.Modifier and Type | Method and Description |
---|---|
javax.jms.Message |
serialize(javax.jms.Session session,
T body)
Create a message from the body.
|
javax.jms.Message serialize(javax.jms.Session session, T body)
session
- the JMS sessionbody
- the message body