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 Type
    Method
    Description
    void
    snapshotTokenPreview(ProcessContext context, String snapshotToken)
    Preview of the snapshot token just prior to requirements being sent to the client.
  • Method Details

    • snapshotTokenPreview

      void snapshotTokenPreview(ProcessContext context, String snapshotToken) throws ResourceException
      Preview of the snapshot token just prior to requirements being sent to the client.
      Parameters:
      context - the process context
      snapshotToken - the snapshot token
      Throws:
      ResourceException - should some error occur during the token preview