Package jakarta.enterprise.invoke


package jakarta.enterprise.invoke
  • Interfaces
    Class
    Description
    Determines when an asynchronous action started by an invocation of an asynchronous method completes.
    A parameter type async handler is a service provider for this interface declared in META-INF/services.
    A return type async handler is a service provider for this interface declared in META-INF/services.
    Invoker<T,R>
    An invoker allows indirect invocation of its target method on an instance of its target bean.
    Builder of Invokers.