Class CompanyUpdateEvent
Event that will be called to request a company update.
- Since:
- 9.2
- GCApi:
- event
- Reactors:
- Spouts:
BTCompanyUpdateLog(0), BTCompanyUpdate(0)CompanyUpdateEventSpoutImpl-
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
ConstructorsConstructorDescriptionCompanyUpdateEvent(BOCompany company) Create a new event that will be called to request a company update. -
Method Summary
Modifier and TypeMethodDescriptionReturns the instance of the company that will be updated.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
-
company
-
-
Constructor Details
-
CompanyUpdateEvent
Create a new event that will be called to request a company update.- Parameters:
company- the instance of the company that will be updated.
-
-
Method Details
-
getCompany
Returns the instance of the company that will be updated.- Returns:
- the instance of the company that will be updated.
-