Class SystemConfigChangeEvent

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

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

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