Interface SnapshotTokenHandlerFactory


public interface SnapshotTokenHandlerFactory
Factory for delivering snapshot token handlers.
Since:
0.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    get(SnapshotTokenConfig snapshotTokenConfig)
    Given the token type, provide a token handler instance.
  • Method Details

    • get

      TokenHandler get(SnapshotTokenConfig snapshotTokenConfig)
      Given the token type, provide a token handler instance.
      Parameters:
      snapshotTokenConfig - snapshot token configuration
      Returns:
      snapshot token handler