Interface ContextExecutor
-
- All Known Implementing Classes:
ContextPool
public interface ContextExecutorFacade for interacting with the ContextPool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> reactor.core.publisher.Mono<T>withContext(java.util.function.Function<org.graalvm.polyglot.Context,T> contextMapper)
-