Class ExporterIndexConfigReporter
java.lang.Object
ai.attackframework.tools.burp.sinks.ExporterIndexConfigReporter
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 Summary
Modifier and TypeMethodDescriptionstatic voidPushes one configuration snapshot to the enabled sinks.
-
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.
-