Uses of Interface
org.apache.activemq.artemis.api.core.client.MessageHandler
Packages that use MessageHandler
-
Uses of MessageHandler in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return MessageHandlerModifier and TypeMethodDescriptionClientConsumer.getMessageHandler()
Calling this method on a closed consumer will throw an ActiveMQException.Methods in org.apache.activemq.artemis.api.core.client with parameters of type MessageHandlerModifier and TypeMethodDescriptionClientConsumer.setMessageHandler
(MessageHandler handler) Sets the MessageHandler for this consumer to consume messages asynchronously.