Class LoadUserEvent
Event that will be called to load the user's information.
- GCApi:
- event
- Reactors:
- No Spouts
BTUserLoad(-10)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionLoadUserEvent(Long userId) Create a new event that will be called to load the user's information -
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
-
Field Details
-
userId
-
-
Constructor Details
-
LoadUserEvent
Create a new event that will be called to load the user's information- Parameters:
userId- the id related to the user
-
-
Method Details
-
getUserId
Returns the id related to the user- Returns:
- the id related to the user
-