Class ConfigPatchEvent


public class ConfigPatchEvent extends BusinessEvent<Void>
Event that will be called to request a configuration patch.
  • Constructor Details

    • ConfigPatchEvent

      public ConfigPatchEvent(long id, overit.geocall.config.CompositeConfig config, String content, List<String> filters)
      Create a new event that will be called to request a configuration patch.
      Parameters:
      id - the id of the configuration that will be patched.
      config - the configuration that will be patched.
      content - the content of the patch.
      filters - the filters to apply to the patch.
  • Method Details

    • getId

      public long getId()
      Gets the id of the configuration that will be patched.
      Returns:
      the id of the configuration that will be patched.
    • getConfig

      public overit.geocall.config.CompositeConfig getConfig()
      Gets the configuration that will be patched.
      Returns:
      the configuration that will be patched.
    • getContent

      public String getContent()
      Gets the content of the patch.
      Returns:
      the content of the patch.
    • getFilters

      public List<String> getFilters()
      Gets the filters to apply to the patch.
      Returns:
      the filters to apply to the patch.