Interface ContextExecutor

  • All Known Implementing Classes:
    ContextPool

    public interface ContextExecutor
    Facade 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)  
    • Method Detail

      • withContext

        <T> reactor.core.publisher.Mono<T> withContext​(java.util.function.Function<org.graalvm.polyglot.Context,​T> contextMapper)