Uses of Interface
org.apache.activemq.artemis.api.core.client.FailoverEventListener
Packages that use FailoverEventListener
Package
Description
-
Uses of FailoverEventListener in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type FailoverEventListenerModifier and TypeMethodDescriptionvoidClientSession.addFailoverListener(FailoverEventListener listener) Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.ClientSessionFactory.addFailoverListener(FailoverEventListener listener) Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.booleanClientSession.removeFailoverListener(FailoverEventListener listener) Removes a FailoverEventListener to the session.booleanClientSessionFactory.removeFailoverListener(FailoverEventListener listener) Removes a FailoverEventListener to the session. -
Uses of FailoverEventListener in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl with parameters of type FailoverEventListenerModifier and TypeMethodDescriptionClientSessionFactoryImpl.addFailoverListener(FailoverEventListener listener) voidClientSessionImpl.addFailoverListener(FailoverEventListener listener) booleanClientSessionFactoryImpl.removeFailoverListener(FailoverEventListener listener) booleanClientSessionImpl.removeFailoverListener(FailoverEventListener listener) -
Uses of FailoverEventListener in org.apache.activemq.artemis.jms.client
Methods in org.apache.activemq.artemis.jms.client that return FailoverEventListenerModifier and TypeMethodDescriptionActiveMQConnection.getFailoverListener()ReturnsFailoverEventListenerthe current failover event listener for this connection.Methods in org.apache.activemq.artemis.jms.client with parameters of type FailoverEventListenerModifier and TypeMethodDescriptionvoidActiveMQConnection.setFailoverListener(FailoverEventListener listener) Sets a FailureListener for the session which is notified if a failure occurs on the session. -
Uses of FailoverEventListener in org.apache.activemq.artemis.ra.inflow
Classes in org.apache.activemq.artemis.ra.inflow that implement FailoverEventListener