Class TriggerConfigRegistry

java.lang.Object
com.bytedesk.kbase.trigger.config.TriggerConfigRegistry

public final class TriggerConfigRegistry extends Object
Central registry for mapping triggerKey -> config class. Note: TriggerTypeEnum(THREAD/CUSTOMER/TICKET) is a coarse category; the config schema is typically determined by triggerKey.
  • Field Details

    • CONFIG_CLASS_BY_TRIGGER_KEY

      private static final Map<String,Class<?>> CONFIG_CLASS_BY_TRIGGER_KEY
  • Constructor Details

    • TriggerConfigRegistry

      private TriggerConfigRegistry()
  • Method Details