Uses of Interface
org.apache.activemq.artemis.core.server.federation.FederatedConsumerKey
-
-
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 FederatedConsumerKey Modifier and Type Field Description protected Map<FederatedConsumerKey,FederatedQueueConsumer>FederatedAbstract. remoteQueueConsumersMethods in org.apache.activemq.artemis.core.server.federation that return FederatedConsumerKey Modifier and Type Method Description FederatedConsumerKeyFederatedQueueConsumer. getKey()FederatedConsumerKeyFederatedQueueConsumerImpl. getKey()Methods in org.apache.activemq.artemis.core.server.federation with parameters of type FederatedConsumerKey Modifier and Type Method Description voidFederatedAbstract. 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 FederatedConsumerKey Constructor Description FederatedQueueConsumerImpl(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 Modifier and Type Class Description classFederatedAddressConsumerKey -
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 Modifier and Type Class Description classFederatedQueueConsumerKey -
Uses of FederatedConsumerKey in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type FederatedConsumerKey Modifier and Type Method Description default voidActiveMQServerFederationPlugin. beforeCreateFederatedQueueConsumer(FederatedConsumerKey key)Before a federated queue consumer is created
-