Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.LinkCloseListener
-
Packages that use LinkCloseListener Package Description org.apache.activemq.artemis.protocol.amqp.proton This package includes classes used on the interaction with Proton, including Context classes that will be translated through the model event. -
-
Uses of LinkCloseListener in org.apache.activemq.artemis.protocol.amqp.proton
Methods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type LinkCloseListener Modifier and Type Method Description AMQPConnectionContextAMQPConnectionContext. addLinkRemoteCloseListener(String id, LinkCloseListener linkCloseListener)Adds a listener that will be invoked any time an AMQP link is remotely closed before having been closed on this end of the connection.
-