Interface StorageBackendFactory
-
public interface StorageBackendFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StorageBackendcreate(PayloadBackend payloadConfiguration)StringgetName()default booleanisSystemStorage()
-
-
-
Method Detail
-
getName
String getName()
-
isSystemStorage
default boolean isSystemStorage()
-
create
StorageBackend create(PayloadBackend payloadConfiguration) throws InvalidCallParameters
- Throws:
InvalidCallParameters
-
-