Uses of Interface
org.apache.activemq.artemis.api.core.client.SessionFailureListener
Packages that use SessionFailureListener
-
Uses of SessionFailureListener in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type SessionFailureListenerModifier and TypeMethodDescriptionvoid
ClientSession.addFailureListener
(SessionFailureListener listener) Adds a FailureListener to the session which is notified if a failure occurs on the session.boolean
ClientSession.removeFailureListener
(SessionFailureListener listener) Removes a FailureListener to the session.