Uses of Interface
org.apache.activemq.artemis.core.server.federation.FederatedConsumerKey
Packages that use FederatedConsumerKey
Package
Description
-
Uses of FederatedConsumerKey in org.apache.activemq.artemis.core.server.federation
Fields in org.apache.activemq.artemis.core.server.federation with type parameters of type FederatedConsumerKeyModifier and TypeFieldDescriptionprotected final Map<FederatedConsumerKey,FederatedQueueConsumer> FederatedAbstract.remoteQueueConsumersMethods in org.apache.activemq.artemis.core.server.federation that return FederatedConsumerKeyModifier and TypeMethodDescriptionFederatedQueueConsumer.getKey()FederatedQueueConsumerImpl.getKey()Methods in org.apache.activemq.artemis.core.server.federation with parameters of type FederatedConsumerKeyModifier and TypeMethodDescriptionvoidFederatedAbstract.createRemoteConsumer(FederatedConsumerKey key, Transformer transformer, FederatedQueueConsumerImpl.ClientSessionCallback callback) voidFederatedAbstract.removeRemoteConsumer(FederatedConsumerKey key) Constructors in org.apache.activemq.artemis.core.server.federation with parameters of type FederatedConsumerKeyModifierConstructorDescriptionFederatedQueueConsumerImpl(Federation federation, ActiveMQServer server, Transformer transformer, FederatedConsumerKey key, FederationUpstream upstream, FederatedQueueConsumerImpl.ClientSessionCallback clientSessionCallback) -
Uses of FederatedConsumerKey in org.apache.activemq.artemis.core.server.federation.address
Classes in org.apache.activemq.artemis.core.server.federation.address that implement FederatedConsumerKey -
Uses of FederatedConsumerKey in org.apache.activemq.artemis.core.server.federation.queue
Classes in org.apache.activemq.artemis.core.server.federation.queue that implement FederatedConsumerKey -
Uses of FederatedConsumerKey in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type FederatedConsumerKeyModifier and TypeMethodDescriptiondefault voidActiveMQServerFederationPlugin.beforeCreateFederatedQueueConsumer(FederatedConsumerKey key) Before a federated queue consumer is created