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