Interface AsyncManager


public interface AsyncManager
Adds support for invoke async actions. This allows us to support action methods that return Callable as well as invoking them in separate not-container thread then executing the result in another container thread.
Since:
6.0.0
  • Method Details

    • hasAsyncActionResult

      boolean hasAsyncActionResult()
    • getAsyncActionResult

      Object getAsyncActionResult()
    • invokeAsyncAction

      void invokeAsyncAction(Callable asyncAction)