Class JMSSubscription

java.lang.Object
com.espertech.esperio.jms.JMSSubscription

public class JMSSubscription extends Object
Represents the JMS-aspects of a subscription.
  • Constructor Details

    • JMSSubscription

      public JMSSubscription()
      Empty Ctor required for use with Spring.
  • Method Details

    • getJmsMessageMarshaller

      public JMSMessageMarshaller getJmsMessageMarshaller()
      Returns the marshaller to use for this subscription.
      Returns:
      marshaller
    • setJmsMessageMarshaller

      public void setJmsMessageMarshaller(JMSMessageMarshaller jmsMessageMarshaller)
      Sets the marshaller to use for this subscription.
      Parameters:
      jmsMessageMarshaller - to use
    • setJMSOutputAdapter

      public void setJMSOutputAdapter(JMSOutputAdapter adapter)
    • process

      public void process(com.espertech.esper.common.client.EventBean theEvent)
    • getEventTypeName

      public String getEventTypeName()
    • setEventTypeName

      public void setEventTypeName(String eventTypeName)
    • getJmsOutputAdapter

      public JMSOutputAdapter getJmsOutputAdapter()
    • setJmsOutputAdapter

      public void setJmsOutputAdapter(JMSOutputAdapter jmsOutputAdapter)