javaApiInterceptStrategyCompleted
fun javaApiInterceptStrategyCompleted(feature: AIAgentFeature<*, *>, handle: Interceptor<StrategyCompletedContext>)(source)
Sets up an interceptor to handle the completion of a strategy for the given feature.
JVM-friendly overload that accepts an async interceptor.
Example (Java): pipeline.interceptStrategyCompleted(feature, event -> { // Strategy completed return java.util.concurrent.CompletableFuture.completedFuture(null); });