Interface HAManager
- All Superinterfaces:
ActiveMQComponent
- All Known Implementing Classes:
ColocatedHAManager,StandaloneHAManager
An HAManager takes care of any colocated backups in a VM.
-
Method Summary
Modifier and TypeMethodDescriptionreturn the current backup serversMethods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop, isStarted, start, stop
-
Method Details
-
getBackupServers
Map<String,ActiveMQServer> getBackupServers()return the current backup servers- Returns:
- the backups
-