Class UserLoadEvent
Deprecated, for removal: This API element is subject to removal in a future version.
Event that will be called to load the user's information.
- GCApi:
- event
- Reactors:
- No Spouts
BTUserLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LongDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionUserLoadEvent(Long userId) Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
UserLoadEvent
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.Returns the id related to the user- Returns:
- the id related to the user
-