Package | Description |
---|---|
org.apache.activemq.artemis.api.core.client | |
org.apache.activemq.artemis.core.client.impl |
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
ClientSessionFactory.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
|
void |
ClientSession.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
|
boolean |
ClientSessionFactory.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session.
|
boolean |
ClientSession.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session.
|
Modifier and Type | Method and Description |
---|---|
ClientSessionFactoryImpl |
ClientSessionFactoryImpl.addFailoverListener(FailoverEventListener listener) |
void |
ClientSessionImpl.addFailoverListener(FailoverEventListener listener) |
boolean |
ClientSessionFactoryImpl.removeFailoverListener(FailoverEventListener listener) |
boolean |
ClientSessionImpl.removeFailoverListener(FailoverEventListener listener) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.