Class ExporterIndexConfigReporter

java.lang.Object
ai.attackframework.tools.burp.sinks.ExporterIndexConfigReporter

public final class ExporterIndexConfigReporter extends Object
Pushes the current runtime configuration to the Exporter index.

This reporter emits a single config_snapshot document when export startup completes. The snapshot is sent only while export is running, the exporter source is enabled, the config sub-option is selected, and at least one sink is active.

  • Method Details

    • pushConfigSnapshot

      public static void pushConfigSnapshot()
      Pushes one configuration snapshot to the enabled sinks.

      Safe to call from any thread. Returns immediately when export is stopped, the exporter config sub-option is disabled, or no sink is enabled. Delivery is fire-and-forget.