public interface SnapshotSupport
| Modifier and Type | Method and Description |
|---|---|
void |
recoverFromSnapshot(InputStream inputStream)
read a snapshot from the provided input stream.
|
void |
reset()
Set the snapshot in the initial state.
|
long |
writeSnapshot(OutputStream outputStream)
write a snapshot to the provided output stream
|
long writeSnapshot(OutputStream outputStream) throws Exception
outputStream - the stream to write toExceptionvoid recoverFromSnapshot(InputStream inputStream) throws Exception
inputStream - the stream to read fromExceptionvoid reset()
Copyright © 2017–2018 camunda services GmbH. All rights reserved.