Class LoggingConfigChangeEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Boolean>
overit.geocall.bl.SystemEvent<Boolean>
overit.geocall.bl.config.event.LoggingConfigChangeEvent

public class LoggingConfigChangeEvent extends SystemEvent<Boolean>
Event that will be called to request a logging configuration change
GCApi:
event
No Reactors
Spouts:
LoggingConfigChangeSpoutImpl
  • 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 identifier
      config - the LoggingConfig
      content - 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 the LoggingConfig
      Returns:
      the LoggingConfig
    • getContent

      public String getContent()
      Returns the configuration payload
      Returns:
      the configuration payload