All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.persistence.remote.configuration.ExhaustedAction Maven / Gradle / Ivy

The newest version!
package org.infinispan.persistence.remote.configuration;

public enum ExhaustedAction {
   EXCEPTION,
   WAIT,
   CREATE_NEW
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy