javaApiInterceptPlanCompletionEvaluationCompleted

Intercepts plan completion evaluation completed event to perform actions when evaluating if a plan is completed.

JVM-friendly overload that accepts an async interceptor.

Example (Java): pipeline.interceptPlanCompletionEvaluationCompleted(feature, event -> { // Plan completion evaluated return java.util.concurrent.CompletableFuture.completedFuture(null); });