Package overit.geocall.bl.config.event
Class ConfigChangeEvent
Event that will be called to request a configuration change
- Since:
- 10
- GCApi:
- event
- Reactors:
- No Spouts
BTConfigChangeLog(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected overit.geocall.config.Configprotected StringFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionConfigChangeEvent(long company, overit.geocall.config.Config config, String content) Create a new event that will be called to request a configuration change -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company identifieroverit.geocall.config.ConfigReturns theConfigReturns the configuration payloadMethods 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
protected long company -
config
protected overit.geocall.config.Config config -
-
-
Constructor Details
-
ConfigChangeEvent
Create a new event that will be called to request a configuration change- Parameters:
company- the company identifierconfig- theConfigcontent- the configuration payload
-
-
Method Details
-
getCompany
public long getCompany()Returns the company identifier- Returns:
- the company identifier
-
getConfig
public overit.geocall.config.Config getConfig()Returns theConfig- Returns:
- the
Config
-
getContent
Returns the configuration payload- Returns:
- the configuration payload
-