Package com.fifa.connectid.sdk
Class PersonDetailsCacheCleanJob
- java.lang.Object
-
- com.fifa.connectid.sdk.PersonDetailsCacheCleanJob
-
- All Implemented Interfaces:
CacheCleanJob
public class PersonDetailsCacheCleanJob extends Object implements CacheCleanJob
-
-
Constructor Summary
Constructors Constructor Description PersonDetailsCacheCleanJob(PersonDetailsCache cache, PersonDetailsCacheCleanJobSettings settings, com.fifa.connectservicebus.sdk.logging.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(CancellationToken token)Starts a job responsible for the removal of old messages in the storage
-
-
-
Constructor Detail
-
PersonDetailsCacheCleanJob
public PersonDetailsCacheCleanJob(PersonDetailsCache cache, PersonDetailsCacheCleanJobSettings settings, com.fifa.connectservicebus.sdk.logging.Logger logger)
-
-
Method Detail
-
run
public void run(CancellationToken token)
Description copied from interface:CacheCleanJobStarts a job responsible for the removal of old messages in the storage- Specified by:
runin interfaceCacheCleanJob- Parameters:
token- - Token used for shutting the job down
-
-