Interface HAManager
-
- All Superinterfaces:
ActiveMQComponent
- All Known Implementing Classes:
ColocatedHAManager,StandaloneHAManager
public interface HAManager extends ActiveMQComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,ActiveMQServer>getBackupServers()return the current backup servers-
Methods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop, isStarted, start, stop
-
-
-
-
Method Detail
-
getBackupServers
Map<String,ActiveMQServer> getBackupServers()
return the current backup servers- Returns:
- the backups
-
-