Class JMSDefaultMapMessageMarshaller

java.lang.Object
com.espertech.esperio.jms.JMSDefaultMapMessageMarshaller
All Implemented Interfaces:
JMSMessageMarshaller

public class JMSDefaultMapMessageMarshaller extends Object implements JMSMessageMarshaller
Marshals the response out of the event bean into a jms map message.
  • 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 interface JMSMessageMarshaller
      Parameters:
      eventBean - is the event to marshal
      session - is the JMS session
      timestamp - is the timestamp to use
      Returns:
      marshalled event as JMS message
      Throws:
      com.espertech.esper.common.client.EPException