Uses of Class
org.apache.activemq.artemis.protocol.amqp.connect.mirror.ReferenceIDSupplier
-
Packages that use ReferenceIDSupplier Package Description org.apache.activemq.artemis.protocol.amqp.broker This package includes classes used to interact with the broker.org.apache.activemq.artemis.protocol.amqp.connect.mirror -
-
Uses of ReferenceIDSupplier in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker that return ReferenceIDSupplier Modifier and Type Method Description ReferenceIDSupplierProtonProtocolManager. getReferenceIDSupplier() -
Uses of ReferenceIDSupplier in org.apache.activemq.artemis.protocol.amqp.connect.mirror
Methods in org.apache.activemq.artemis.protocol.amqp.connect.mirror with parameters of type ReferenceIDSupplier Modifier and Type Method Description static voidAMQPMirrorControllerSource. validateProtocolData(ReferenceIDSupplier referenceIDSupplier, org.apache.activemq.artemis.core.server.MessageReference ref, SimpleString snfAddress)Constructors in org.apache.activemq.artemis.protocol.amqp.connect.mirror with parameters of type ReferenceIDSupplier Constructor Description AMQPMirrorControllerSource(ReferenceIDSupplier referenceIdSupplier, org.apache.activemq.artemis.core.server.Queue snfQueue, org.apache.activemq.artemis.core.server.ActiveMQServer server, AMQPMirrorBrokerConnectionElement replicaConfig, AMQPBrokerConnection brokerConnection)ReferenceNodeStore(ReferenceIDSupplier idSupplier)
-