Uses of Class
org.apache.activemq.artemis.protocol.amqp.federation.internal.FederationQueueEntry
-
Packages that use FederationQueueEntry Package Description org.apache.activemq.artemis.protocol.amqp.federation.internal -
-
Uses of FederationQueueEntry in org.apache.activemq.artemis.protocol.amqp.federation.internal
Fields in org.apache.activemq.artemis.protocol.amqp.federation.internal with type parameters of type FederationQueueEntry Modifier and Type Field Description protected Map<FederationConsumerInfo,FederationQueueEntry>FederationQueuePolicyManager. demandTrackingMethods in org.apache.activemq.artemis.protocol.amqp.federation.internal that return FederationQueueEntry Modifier and Type Method Description FederationQueueEntryFederationQueueEntry. addDemand(org.apache.activemq.artemis.core.server.ServerConsumer consumer)Add additional demand on the resource associated with this entries consumer.FederationQueueEntryFederationQueueEntry. clearConsumer()Clears the currently assigned consumer from this entry.protected FederationQueueEntryFederationQueuePolicyManager. createConsumerEntry(FederationConsumerInfo consumerInfo)Creates aFederationQueueEntryinstance that will be used to store an instance of aFederationConsumeralong with other state data needed to manage a federation consumer instance.FederationQueueEntryFederationQueueEntry. removeDemand(org.apache.activemq.artemis.core.server.ServerConsumer consumer)Remove the known demand on the resource from the givenServerConsumer.FederationQueueEntryFederationQueueEntry. setConsumer(FederationConsumerInternal consumer)Sets the consumer assigned to this entry to the given instance.
-