Uses of Interface
org.apache.activemq.artemis.api.core.client.MessageHandler
-
-
Uses of MessageHandler in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return MessageHandler Modifier and Type Method Description MessageHandlerClientConsumer. getMessageHandler()Returns the MessageHandler associated to this consumer.Methods in org.apache.activemq.artemis.api.core.client with parameters of type MessageHandler Modifier and Type Method Description ClientConsumerClientConsumer. setMessageHandler(MessageHandler handler)Sets the MessageHandler for this consumer to consume messages asynchronously. -
Uses of MessageHandler in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return MessageHandler Modifier and Type Method Description MessageHandlerClientConsumerImpl. getMessageHandler()Methods in org.apache.activemq.artemis.core.client.impl with parameters of type MessageHandler Modifier and Type Method Description ClientConsumerImplClientConsumerImpl. setMessageHandler(MessageHandler theHandler) -
Uses of MessageHandler in org.apache.activemq.artemis.core.server.cluster
Subinterfaces of MessageHandler in org.apache.activemq.artemis.core.server.cluster Modifier and Type Interface Description interfaceMessageFlowRecord -
Uses of MessageHandler in org.apache.activemq.artemis.core.server.federation
Subinterfaces of MessageHandler in org.apache.activemq.artemis.core.server.federation Modifier and Type Interface Description interfaceFederatedQueueConsumerClasses in org.apache.activemq.artemis.core.server.federation that implement MessageHandler Modifier and Type Class Description classFederatedQueueConsumerImpl -
Uses of MessageHandler in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement MessageHandler Modifier and Type Class Description classJMSMessageListenerWrapper
-