Annotation Type EventObserverFactory


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface EventObserverFactory
    Annotation for Minion event observer factories. NOTE: - The annotated class must implement the MinionEventObserverFactory interface - The annotated class must be under the package of name 'org.apache.pinot.*.plugin.minion.tasks.*' to be auto-registered.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean enabled  
    • Element Detail

      • enabled

        boolean enabled
        Default:
        true