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