Uses of Class
org.apache.activemq.artemis.protocol.amqp.connect.bridge.AMQPBridgeSender
Packages that use AMQPBridgeSender
-
Uses of AMQPBridgeSender in org.apache.activemq.artemis.protocol.amqp.connect.bridge
Subclasses of AMQPBridgeSender in org.apache.activemq.artemis.protocol.amqp.connect.bridgeModifier and TypeClassDescriptionclassSender type that handles sending messages sent to a local address to a remote AMQP peer.classSender type that handles sending messages sent to a local queue to a remote AMQP peer.Fields in org.apache.activemq.artemis.protocol.amqp.connect.bridge with type parameters of type AMQPBridgeSenderModifier and TypeFieldDescriptionprotected Consumer<AMQPBridgeSender> AMQPBridgeSender.remoteCloseHandlerprotected Consumer<AMQPBridgeSender> AMQPBridgeSender.remoteOpenHandlerMethods in org.apache.activemq.artemis.protocol.amqp.connect.bridge that return AMQPBridgeSenderModifier and TypeMethodDescriptionprotected abstract AMQPBridgeSenderAMQPBridgeSenderManager.createBridgeSender()Creates a new bridge sender that this manager will monitor and maintain.final AMQPBridgeSenderAMQPBridgeSender.setRemoteClosedHandler(Consumer<AMQPBridgeSender> handler) Provides and event point for notification of the sender having been closed by the remote.final AMQPBridgeSenderAMQPBridgeSender.setRemoteOpenHandler(Consumer<AMQPBridgeSender> handler) Provides and event point for notification of the sender having been opened successfully by the remote.Method parameters in org.apache.activemq.artemis.protocol.amqp.connect.bridge with type arguments of type AMQPBridgeSenderModifier and TypeMethodDescriptionfinal AMQPBridgeSenderAMQPBridgeSender.setRemoteClosedHandler(Consumer<AMQPBridgeSender> handler) Provides and event point for notification of the sender having been closed by the remote.final AMQPBridgeSenderAMQPBridgeSender.setRemoteOpenHandler(Consumer<AMQPBridgeSender> handler) Provides and event point for notification of the sender having been opened successfully by the remote.