Uses of Interface
org.apache.activemq.artemis.protocol.amqp.federation.internal.FederationConsumerInternal
-
Packages that use FederationConsumerInternal Package Description org.apache.activemq.artemis.protocol.amqp.connect.federation org.apache.activemq.artemis.protocol.amqp.federation.internal -
-
Uses of FederationConsumerInternal in org.apache.activemq.artemis.protocol.amqp.connect.federation
Classes in org.apache.activemq.artemis.protocol.amqp.connect.federation that implement FederationConsumerInternal Modifier and Type Class Description classAMQPFederationAddressConsumerConsumer implementation for Federated Addresses that receives from a remote AMQP peer and forwards those messages onto the internal broker Address for consumption by an attached consumers.classAMQPFederationQueueConsumerConsumer implementation for Federated Queues that receives from a remote AMQP peer and forwards those messages onto the internal broker Queue for consumption by an attached resource.Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return FederationConsumerInternal Modifier and Type Method Description protected FederationConsumerInternalAMQPFederationAddressPolicyManager. createFederationConsumer(FederationConsumerInfo consumerInfo)protected FederationConsumerInternalAMQPFederationQueuePolicyManager. createFederationConsumer(FederationConsumerInfo consumerInfo)Method parameters in org.apache.activemq.artemis.protocol.amqp.connect.federation with type arguments of type FederationConsumerInternal Modifier and Type Method Description AMQPFederationAddressConsumerAMQPFederationAddressConsumer. setRemoteClosedHandler(Consumer<FederationConsumerInternal> handler)AMQPFederationQueueConsumerAMQPFederationQueueConsumer. setRemoteClosedHandler(Consumer<FederationConsumerInternal> handler) -
Uses of FederationConsumerInternal in org.apache.activemq.artemis.protocol.amqp.federation.internal
Methods in org.apache.activemq.artemis.protocol.amqp.federation.internal that return FederationConsumerInternal Modifier and Type Method Description protected abstract FederationConsumerInternalFederationAddressPolicyManager. createFederationConsumer(FederationConsumerInfo consumerInfo)Create a newFederationConsumerInternalinstance using the consumer information given.protected abstract FederationConsumerInternalFederationQueuePolicyManager. createFederationConsumer(FederationConsumerInfo consumerInfo)Create a newFederationConsumerInternalinstance using the consumer information given.FederationConsumerInternalFederationConsumerEntry. getConsumer()FederationConsumerInternalFederationConsumerInternal. setRemoteClosedHandler(Consumer<FederationConsumerInternal> handler)Provides and event point for notification of the consumer having been closed by the remote.Methods in org.apache.activemq.artemis.protocol.amqp.federation.internal with parameters of type FederationConsumerInternal 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.Method parameters in org.apache.activemq.artemis.protocol.amqp.federation.internal with type arguments of type FederationConsumerInternal Modifier and Type Method Description FederationConsumerInternalFederationConsumerInternal. setRemoteClosedHandler(Consumer<FederationConsumerInternal> handler)Provides and event point for notification of the consumer having been closed by the remote.Constructors in org.apache.activemq.artemis.protocol.amqp.federation.internal with parameters of type FederationConsumerInternal Constructor Description FederationConsumerEntry(FederationConsumerInternal consumer)Creates a new consumer entry with a single reference
-