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 Type
    Method
    Description
    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.
  • 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 marshal
      session - is the JMS session
      timestamp - is the timestamp to use
      Returns:
      marshalled event as JMS message