Package com.fifa.connectid.sdk
Interface CacheCleanJob
-
- All Known Implementing Classes:
PersonDetailsCacheCleanJob
public interface CacheCleanJob
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(CancellationToken token)Starts a job responsible for the removal of old messages in the storage
-
-
-
Method Detail
-
run
void run(CancellationToken token)
Starts a job responsible for the removal of old messages in the storage- Parameters:
token- - Token used for shutting the job down
-
-