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 that return LinkCloseListener Modifier and Type Method Description LinkCloseListenerAMQPConnectionContext. getLinkCloseListener()Methods in org.apache.activemq.artemis.protocol.amqp.proton with parameters of type LinkCloseListener Modifier and Type Method Description AMQPConnectionContextAMQPConnectionContext. setLinkCloseListener(LinkCloseListener linkCloseListener)
-