Interface SnapshotTokenCallback
public interface SnapshotTokenCallback
Callback is invoked when a new snapshot token is created
just before requirements are returned to the client.
- Since:
- 0.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidsnapshotTokenPreview(ProcessContext context, String snapshotToken) Preview of the snapshot token just prior to requirements being sent to the client.
-
Method Details
-
snapshotTokenPreview
Preview of the snapshot token just prior to requirements being sent to the client.- Parameters:
context- the process contextsnapshotToken- the snapshot token- Throws:
ResourceException- should some error occur during the token preview
-