Class AccountUnlockedEvent
Event that will be called after the suspended user account has been unlocked
- GCApi:
- event
- No Reactors
- No Spouts
-
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
ConstructorsConstructorDescriptionAccountUnlockedEvent(long userId) Create a new event that will be called after the suspended user account has been unlocked -
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
-
AccountUnlockedEvent
public AccountUnlockedEvent(long userId) Create a new event that will be called after the suspended user account has been unlocked- Parameters:
userId- the user identifier
-
-
Method Details
-
getUserId
public long getUserId()- Returns:
- the user identifier
-