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.FederationConsumerInternalFederationAddressEntry. getConsumer()FederationConsumerInternalFederationQueueEntry. 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 FederationAddressEntryFederationAddressEntry. setConsumer(FederationConsumerInternal consumer)Sets the consumer assigned to this entry to the given instance.FederationQueueEntryFederationQueueEntry. setConsumer(FederationConsumerInternal consumer)Sets the consumer assigned to this entry to the given 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.
-