Uses of Class
org.apache.activemq.artemis.protocol.amqp.federation.internal.FederationAddressEntry
-
Packages that use FederationAddressEntry Package Description org.apache.activemq.artemis.protocol.amqp.federation.internal -
-
Uses of FederationAddressEntry in org.apache.activemq.artemis.protocol.amqp.federation.internal
Fields in org.apache.activemq.artemis.protocol.amqp.federation.internal with type parameters of type FederationAddressEntry Modifier and Type Field Description protected Map<String,FederationAddressEntry>FederationAddressPolicyManager. demandTrackingMethods in org.apache.activemq.artemis.protocol.amqp.federation.internal that return FederationAddressEntry Modifier and Type Method Description FederationAddressEntryFederationAddressEntry. addDemand(org.apache.activemq.artemis.core.postoffice.Binding binding)Add demand on this federation address consumer from the given binding.FederationAddressEntryFederationAddressEntry. clearConsumer()Clears the currently assigned consumer from this entry.protected FederationAddressEntryFederationAddressPolicyManager. createConsumerEntry(org.apache.activemq.artemis.core.server.impl.AddressInfo addressInfo)Creates aFederationAddressEntryinstance that will be used to store an instance of anFederationConsumeralong with other state data needed to manage a federation consumer instance lifetime.FederationAddressEntryFederationAddressEntry. removeDemand(org.apache.activemq.artemis.core.postoffice.Binding binding)Reduce demand on this federation address consumer from the given binding.FederationAddressEntryFederationAddressEntry. setConsumer(FederationConsumerInternal consumer)Sets the consumer assigned to this entry to the given instance.Methods in org.apache.activemq.artemis.protocol.amqp.federation.internal with parameters of type FederationAddressEntry Modifier and Type Method Description protected voidFederationAddressPolicyManager. tryRemoveDemandOnAddress(FederationAddressEntry entry, org.apache.activemq.artemis.core.postoffice.Binding binding)
-