Uses of Interface
org.apache.activemq.artemis.api.core.client.FailoverEventListener
-
Packages that use FailoverEventListener Package Description org.apache.activemq.artemis.api.core.client org.apache.activemq.artemis.jms.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 void
ClientSession. addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.ClientSessionFactory
ClientSessionFactory. addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.boolean
ClientSession. removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session.boolean
ClientSessionFactory. removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session. -
Uses of FailoverEventListener in org.apache.activemq.artemis.jms.client
Methods in org.apache.activemq.artemis.jms.client that return FailoverEventListener Modifier and Type Method Description FailoverEventListener
ActiveMQConnection. getFailoverListener()
Methods in org.apache.activemq.artemis.jms.client with parameters of type FailoverEventListener Modifier and Type Method Description void
ActiveMQConnection. setFailoverListener(FailoverEventListener listener)
Sets a FailureListener for the session which is notified if a failure occurs on the session.
-