Uses of Class
org.apache.activemq.artemis.protocol.amqp.federation.internal.FederationConsumerEntry
-
Packages that use FederationConsumerEntry Package Description org.apache.activemq.artemis.protocol.amqp.federation.internal -
-
Uses of FederationConsumerEntry in org.apache.activemq.artemis.protocol.amqp.federation.internal
Fields in org.apache.activemq.artemis.protocol.amqp.federation.internal with type parameters of type FederationConsumerEntry Modifier and Type Field Description protected Map<FederationConsumerInfo,FederationConsumerEntry>FederationAddressPolicyManager. remoteConsumersprotected Map<FederationConsumerInfo,FederationConsumerEntry>FederationQueuePolicyManager. remoteConsumersMethods in org.apache.activemq.artemis.protocol.amqp.federation.internal that return FederationConsumerEntry Modifier and Type Method Description protected FederationConsumerEntryFederationAddressPolicyManager. createConsumerEntry(FederationConsumerInternal consumer)Creates aFederationConsumerEntryinstance that will be used to store aFederationConsumeralong with other state data needed to manage a federation consumer instance.protected FederationConsumerEntryFederationQueuePolicyManager. createConsumerEntry(FederationConsumerInternal consumer)Creates aFederationConsumerEntryinstance that will be used to store aFederationConsumeralong with other state data needed to manage a federation consumer instance.
-