Package overit.geocall.bl.config.event
Class SystemConfigChangeEvent
Event that will be called to request a system configuration change
- GCApi:
- event
- No Reactors
- Spouts:
SystemConfigChangeSpoutImpl-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionSystemConfigChangeEvent(long company, overit.geocall.config.SetupConfig 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.SetupConfigReturns theSetupConfigReturns the configuration payloadMethods inherited from class overit.geocall.bl.SystemEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
SystemConfigChangeEvent
public SystemConfigChangeEvent(long company, overit.geocall.config.SetupConfig config, String content) Create a new event that will be called to request a configuration change- Parameters:
company- the company identifierconfig- theSetupConfigcontent- the configuration payload
-
-
Method Details
-
getCompany
public long getCompany()Returns the company identifier- Returns:
- the company identifier
-
getConfig
public overit.geocall.config.SetupConfig getConfig()Returns theSetupConfig- Returns:
- the
SetupConfig
-
getContent
Returns the configuration payload- Returns:
- the configuration payload
-