Interface SnapshotTokenHandlerFactory
-
public interface SnapshotTokenHandlerFactory
Factory for delivering snapshot token handlers.- Since:
- 0.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenHandler
get(SnapshotTokenConfig snapshotTokenConfig)
Given the token type, provide a token handler instance.
-
-
-
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
-
-