public interface JMSMessageUnmarshaller
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
unmarshal(com.espertech.esper.event.EventAdapterService eventAdapterService,
javax.jms.Message message)
Unmarshal the given JMS message into an object for sending into the engine.
|
java.lang.Object unmarshal(com.espertech.esper.event.EventAdapterService eventAdapterService, javax.jms.Message message) throws com.espertech.esper.client.EPException
eventAdapterService
- is the wrapper service for eventsmessage
- is the message to unmarshalcom.espertech.esper.client.EPException
- if the unmarshal operation failed