Interface JSConcurrentManager.Executable

All Known Implementing Classes:
JSConcurrentManager.JPromise
Enclosing class:
JSConcurrentManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface JSConcurrentManager.Executable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPromiseCreation(org.graalvm.polyglot.Value onResolve, org.graalvm.polyglot.Value onReject)
     
  • Method Details

    • onPromiseCreation

      void onPromiseCreation(org.graalvm.polyglot.Value onResolve, org.graalvm.polyglot.Value onReject)