Interface SessionFailureListener
- All Superinterfaces:
org.apache.activemq.artemis.core.remoting.FailureListener
public interface SessionFailureListener
extends org.apache.activemq.artemis.core.remoting.FailureListener
A SessionFailureListener notifies the client when a failure occurred on the session.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beforeReconnect
(ActiveMQException exception) Notifies that a connection has failed due to the specified exception.Methods inherited from interface org.apache.activemq.artemis.core.remoting.FailureListener
connectionFailed, connectionFailed
-
Method Details
-
beforeReconnect
Notifies that a connection has failed due to the specified exception.
This method is called before the session attempts to reconnect/failover.- Parameters:
exception
- exception which has caused the connection to fail
-