Uses of Interface
org.apache.activemq.artemis.protocol.amqp.connect.bridge.AMQPBridgeAsyncCompletion
Packages that use AMQPBridgeAsyncCompletion
-
Uses of AMQPBridgeAsyncCompletion in org.apache.activemq.artemis.protocol.amqp.connect.bridge
Methods in org.apache.activemq.artemis.protocol.amqp.connect.bridge with parameters of type AMQPBridgeAsyncCompletionModifier and TypeMethodDescriptionfinal voidAMQPBridgeReceiver.startAsync(AMQPBridgeAsyncCompletion<AMQPBridgeReceiver> completion) Asynchronously starts a previously stopped bridgeManager receiver which should trigger a grant of credit to the remote thereby allowing new incoming messages to be bridged.final voidAMQPBridgeReceiver.stopAsync(AMQPBridgeAsyncCompletion<AMQPBridgeReceiver> completion) Stops message consumption on this receiver instance but leaves the receiver in a state where it could be restarted by a call toAMQPBridgeReceiver.startAsync(AMQPBridgeAsyncCompletion)once the receiver enters the stopped state.