Package com.espertech.esperio.jms
Class JMSSubscription
java.lang.Object
com.espertech.esperio.jms.JMSSubscription
Represents the JMS-aspects of a subscription.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the marshaller to use for this subscription.void
process
(com.espertech.esper.common.client.EventBean theEvent) void
setEventTypeName
(String eventTypeName) void
setJmsMessageMarshaller
(JMSMessageMarshaller jmsMessageMarshaller) Sets the marshaller to use for this subscription.void
setJmsOutputAdapter
(JMSOutputAdapter jmsOutputAdapter) void
setJMSOutputAdapter
(JMSOutputAdapter adapter)
-
Constructor Details
-
JMSSubscription
public JMSSubscription()Empty Ctor required for use with Spring.
-
-
Method Details
-
getJmsMessageMarshaller
Returns the marshaller to use for this subscription.- Returns:
- marshaller
-
setJmsMessageMarshaller
Sets the marshaller to use for this subscription.- Parameters:
jmsMessageMarshaller
- to use
-
setJMSOutputAdapter
-
process
public void process(com.espertech.esper.common.client.EventBean theEvent) -
getEventTypeName
-
setEventTypeName
-
getJmsOutputAdapter
-
setJmsOutputAdapter
-