Uses of Class
org.apache.activemq.artemis.core.config.BackupStrategy
-
Packages that use BackupStrategy Package Description org.apache.activemq.artemis.core.config -
-
Uses of BackupStrategy in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return BackupStrategy Modifier and Type Method Description static BackupStrategy
BackupStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackupStrategy[]
BackupStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-