Interface SnapshotTokenHandlerFactory


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

      • get

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