public class JMSSubscription
extends java.lang.Object
Constructor and Description |
---|
JMSSubscription()
Empty Ctor required for use with Spring.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventTypeName() |
JMSMessageMarshaller |
getJmsMessageMarshaller()
Returns the marshaller to use for this subscription.
|
JMSOutputAdapter |
getJmsOutputAdapter() |
void |
process(com.espertech.esper.common.client.EventBean theEvent) |
void |
setEventTypeName(java.lang.String eventTypeName) |
void |
setJmsMessageMarshaller(JMSMessageMarshaller jmsMessageMarshaller)
Sets the marshaller to use for this subscription.
|
void |
setJmsOutputAdapter(JMSOutputAdapter jmsOutputAdapter) |
void |
setJMSOutputAdapter(JMSOutputAdapter adapter) |
public JMSSubscription()
public JMSMessageMarshaller getJmsMessageMarshaller()
public void setJmsMessageMarshaller(JMSMessageMarshaller jmsMessageMarshaller)
jmsMessageMarshaller
- to usepublic void setJMSOutputAdapter(JMSOutputAdapter adapter)
public void process(com.espertech.esper.common.client.EventBean theEvent)
public java.lang.String getEventTypeName()
public void setEventTypeName(java.lang.String eventTypeName)
public JMSOutputAdapter getJmsOutputAdapter()
public void setJmsOutputAdapter(JMSOutputAdapter jmsOutputAdapter)