public interface BackupRestore
Modifier and Type | Method and Description |
---|---|
org.qi4j.io.Input<String,IOException> |
backup()
Input that allows data from the entity store to be backed up.
|
org.qi4j.io.Output<String,IOException> |
restore()
Output that allows data to be restored from a backup.
|
org.qi4j.io.Input<String,IOException> backup()
org.qi4j.io.Output<String,IOException> restore()