Package overit.geocall.bl.config.event
Class LoggingConfigChangeEvent
Event that will be called to request a logging configuration change
- GCApi:
- event
- No Reactors
- Spouts:
LoggingConfigChangeSpoutImpl-
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
ConstructorsConstructorDescriptionLoggingConfigChangeEvent(long company, overit.geocall.config.LoggingConfig 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.LoggingConfigReturns theLoggingConfigReturns 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
-
LoggingConfigChangeEvent
public LoggingConfigChangeEvent(long company, overit.geocall.config.LoggingConfig config, String content) Create a new event that will be called to request a configuration change- Parameters:
company- the company identifierconfig- theLoggingConfigcontent- the configuration payload
-
-
Method Details
-
getCompany
public long getCompany()Returns the company identifier- Returns:
- the company identifier
-
getConfig
public overit.geocall.config.LoggingConfig getConfig()Returns theLoggingConfig- Returns:
- the
LoggingConfig
-
getContent
Returns the configuration payload- Returns:
- the configuration payload
-