Interface SnapshotTokenConfig
-
public interface SnapshotTokenConfigRepresents the configuration for anSnapshotTokenHandler.- Since:
- 0.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()Gets the type of the snapshot token represented by this configuration.
-
-
-
Method Detail
-
getType
String getType()
Gets the type of the snapshot token represented by this configuration.- Returns:
- the token type
-
-