Class AnonymizeUserEvent
Event that will be called when the user's data must be anonymized
- Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTAnonymizeUserFace(0), BTAnonymizeUser(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionAnonymizeUserEvent(long userId) Create a new event that will be called to anonymize the user's data -
Method Summary
Methods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
AnonymizeUserEvent
public AnonymizeUserEvent(long userId) Create a new event that will be called to anonymize the user's data- Parameters:
userId- the user identifier
-
-
Method Details
-
getUserId
public long getUserId()- Returns:
- the user identifier
-