interceptStrategyStartingBlocking

Intercepts starting strategy event to perform actions when an agent strategy begins execution.

JVM-friendly overload that accepts an async interceptor.

Example (Java): pipeline.interceptStrategyStarting(feature, event -> { // Strategy has been started return java.util.concurrent.CompletableFuture.completedFuture(null); });