Package com.espertech.esperio.jms
Class JMSDefaultAnyMessageUnmarshaller
java.lang.Object
com.espertech.esperio.jms.JMSDefaultAnyMessageUnmarshaller
- All Implemented Interfaces:
JMSMessageUnmarshaller
Created for ESPER.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.client.EventBean
unmarshal
(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime, jakarta.jms.Message message) Unmarshal the given JMS message into an object for sending into the runtime.
-
Constructor Details
-
JMSDefaultAnyMessageUnmarshaller
public JMSDefaultAnyMessageUnmarshaller()
-
-
Method Details
-
unmarshal
public com.espertech.esper.common.client.EventBean unmarshal(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime, jakarta.jms.Message message) throws com.espertech.esper.common.client.EPException Description copied from interface:JMSMessageUnmarshaller
Unmarshal the given JMS message into an object for sending into the runtime.- Specified by:
unmarshal
in interfaceJMSMessageUnmarshaller
- Parameters:
runtime
- runtimemessage
- is the message to unmarshal- Returns:
- event to send to runtime
- Throws:
com.espertech.esper.common.client.EPException
- if the unmarshal operation failed
-