Interface SnapshotTokenHandlerFactory


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

      • get

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