Package io.iworkflow.core.persistence
Class PersistenceOptions
- java.lang.Object
-
- io.iworkflow.core.persistence.PersistenceOptions
-
@Immutable public abstract class PersistenceOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PersistenceOptions()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static io.iworkflow.core.persistence.ImmutablePersistenceOptions.Builder
builder()
static PersistenceOptions
getDefault()
abstract boolean
getEnableCaching()
-
-
-
Method Detail
-
getEnableCaching
public abstract boolean getEnableCaching()
-
getDefault
public static PersistenceOptions getDefault()
-
builder
public static io.iworkflow.core.persistence.ImmutablePersistenceOptions.Builder builder()
-
-