Class JerseyCompletionStageRxInvoker

java.lang.Object
org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
All Implemented Interfaces:
AsyncInvoker, CompletionStageRxInvoker, RxInvoker<CompletionStage>

public class JerseyCompletionStageRxInvoker extends Object implements CompletionStageRxInvoker
Implementation of Reactive Invoker for CompletionStage. This class allows for using InvocationCallback in Invocation.Builder.rx(JerseyCompletionStageRxInvoker.class) requests.
Since:
2.26
Author:
Michal Gajdos