Package com.espertech.esperio.jms
Interface JMSMessageMarshaller
- All Known Implementing Classes:
JMSDefaultMapMessageMarshaller
public interface JMSMessageMarshaller
Interface for a marshaller that creates a JMS message given a JMS session and event.
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.jms.Message
marshal
(com.espertech.esper.common.client.EventBean eventBean, jakarta.jms.Session session, long timestamp) Marshals the response out of the event bean.
-
Method Details
-
marshal
jakarta.jms.Message marshal(com.espertech.esper.common.client.EventBean eventBean, jakarta.jms.Session session, long timestamp) Marshals the response out of the event bean.- Parameters:
eventBean
- is the event to marshalsession
- is the JMS sessiontimestamp
- is the timestamp to use- Returns:
- marshalled event as JMS message
-