Uses of Interface
org.apache.activemq.artemis.api.core.client.FailoverEventListener
-
Packages that use FailoverEventListener Package Description org.apache.activemq.artemis.api.core.client -
-
Uses of FailoverEventListener in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type FailoverEventListener Modifier and Type Method Description voidClientSession. addFailoverListener(FailoverEventListener listener)Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.ClientSessionFactoryClientSessionFactory. 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.
-