@Deprecated
public interface MessageListener
Orchestrator.subscribe(...)
methods.Modifier and Type | Method and Description |
---|---|
void |
onMessage(javax.jms.Message message,
java.lang.String topicName,
java.lang.String eventTypeName)
Deprecated.
The entire class is deprecated. See deprecation notice for
MessageListener . |
@Deprecated void onMessage(javax.jms.Message message, java.lang.String topicName, java.lang.String eventTypeName) throws javax.jms.JMSException
MessageListener
.message
- the message to be deliveredtopicName
- the name of the topic to which the message was senteventTypeName
- the name of the event typejavax.jms.JMSException