Package com.espertech.esperio.jms
Class JMSDefaultMapMessageMarshaller
java.lang.Object
com.espertech.esperio.jms.JMSDefaultMapMessageMarshaller
- All Implemented Interfaces:
JMSMessageMarshaller
Marshals the response out of the event bean into a jms map message.
-
Constructor Summary
-
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.
-
Constructor Details
-
JMSDefaultMapMessageMarshaller
public JMSDefaultMapMessageMarshaller()
-
-
Method Details
-
marshal
public jakarta.jms.Message marshal(com.espertech.esper.common.client.EventBean eventBean, jakarta.jms.Session session, long timestamp) throws com.espertech.esper.common.client.EPException Description copied from interface:JMSMessageMarshaller
Marshals the response out of the event bean.- Specified by:
marshal
in interfaceJMSMessageMarshaller
- Parameters:
eventBean
- is the event to marshalsession
- is the JMS sessiontimestamp
- is the timestamp to use- Returns:
- marshalled event as JMS message
- Throws:
com.espertech.esper.common.client.EPException
-