Class ConfigChangeEvent


public class ConfigChangeEvent extends BusinessEvent<Boolean>
Event that will be called to request a configuration change
Since:
10
GCApi:
event
Reactors:
BTConfigChangeLog(0)
No Spouts
  • Field Details

    • company

      protected long company
    • config

      protected overit.geocall.config.Config config
    • content

      protected String content
  • Constructor Details

    • ConfigChangeEvent

      public ConfigChangeEvent(long company, overit.geocall.config.Config config, String content)
      Create a new event that will be called to request a configuration change
      Parameters:
      company - the company identifier
      config - the Config
      content - 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 the Config
      Returns:
      the Config
    • getContent

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