Uses of Interface
org.apache.activemq.artemis.core.server.Consumer
-
-
Uses of Consumer in org.apache.activemq.artemis.core.server
Subinterfaces of Consumer in org.apache.activemq.artemis.core.server Modifier and Type Interface Description interfaceServerConsumerA ServerConsumerMethods in org.apache.activemq.artemis.core.server that return types with arguments of type Consumer Modifier and Type Method Description Collection<Consumer>Queue. getConsumers()Map<SimpleString,Consumer>Queue. getGroups()Methods in org.apache.activemq.artemis.core.server with parameters of type Consumer Modifier and Type Method Description voidQueue. addConsumer(Consumer consumer)default voidQueue. errorProcessing(Consumer consumer, Throwable t, MessageReference messageReference)voidQueue. removeConsumer(Consumer consumer)voidActiveMQServerLogger_impl. removingBadConsumer(Consumer consumer, Object reference, Throwable e)voidActiveMQServerLogger. removingBadConsumer(Consumer consumer, Object reference, Throwable e) -
Uses of Consumer in org.apache.activemq.artemis.core.server.cluster
Subinterfaces of Consumer in org.apache.activemq.artemis.core.server.cluster Modifier and Type Interface Description interfaceBridgeA Core Bridge -
Uses of Consumer in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement Consumer Modifier and Type Class Description classBridgeImplA Core BridgeImplclassClusterConnectionBridgeA bridge with extra functionality only available when the server is clustered.classRedistributor -
Uses of Consumer in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl with type parameters of type Consumer Modifier and Type Class Description protected static classQueueImpl.ConsumerHolder<T extends Consumer>Classes in org.apache.activemq.artemis.core.server.impl that implement Consumer Modifier and Type Class Description classServerConsumerImplConcrete implementation of a ClientConsumer.Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type Consumer Modifier and Type Method Description Set<Consumer>QueueImpl. getConsumers()Map<SimpleString,Consumer>QueueImpl. getGroups()static MessageGroups<Consumer>QueueImpl. groupMap(int groupBuckets)Methods in org.apache.activemq.artemis.core.server.impl with parameters of type Consumer Modifier and Type Method Description voidQueueImpl. addConsumer(Consumer consumer)voidQueueImpl. errorProcessing(Consumer consumer, Throwable t, MessageReference reference)This will print errors and decide what to do with the errored consumer from the protocol layer.voidQueueImpl. removeConsumer(Consumer consumer)Method parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type Consumer Modifier and Type Method Description protected voidQueueImpl. removeMessageReference(QueueImpl.ConsumerHolder<? extends Consumer> holder, MessageReference ref)
-