Class CompanyCreateEvent
Event that will be called to request a company creation.
- Since:
- 9.2
- GCApi:
- event
- Reactors:
- Spouts:
BTCompanyCreateLog(0), BTCompanyCreate(0)CompanyCreateEventSpoutImpl-
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
ConstructorsConstructorDescriptionCompanyCreateEvent(BOCompany company) Create a new event that will be called to request a company creation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the instance of the company that will be createdMethods 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
-
CompanyCreateEvent
Create a new event that will be called to request a company creation.- Parameters:
company- the instance of the company that will be created.
-
-
Method Details
-
getCompany
Returns the instance of the company that will be created- Returns:
- the instance of the company that will be created
-