Uses of Interface
org.apache.activemq.artemis.api.core.client.SessionFailureListener
-
Packages that use SessionFailureListener Package Description org.apache.activemq.artemis.api.core.client -
-
Uses of SessionFailureListener in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type SessionFailureListener Modifier and Type Method Description voidClientSession. addFailureListener(SessionFailureListener listener)Adds a FailureListener to the session which is notified if a failure occurs on the session.booleanClientSession. removeFailureListener(SessionFailureListener listener)Removes a FailureListener to the session.
-