Interface RxInvoker<T>

Type Parameters:
T - a type representing the asynchronous computation.
All Known Subinterfaces:
CompletionStageRxInvoker

public interface RxInvoker<T>
Uniform interface for reactive invocation of HTTP methods. All reactive invokers in JAX-RS must implement this interface. The type parameter T represents the Java type of an asynchronous computation. All JAX-RS implementations MUST support the default reactive invoker based on CompletionStage.
Since:
2.1
See Also: