Class RxFlowableInvokerProvider
- java.lang.Object
-
- org.glassfish.jersey.client.rx.rxjava2.RxFlowableInvokerProvider
-
- All Implemented Interfaces:
RxInvokerProvider<RxFlowableInvoker>
public class RxFlowableInvokerProvider extends Object implements RxInvokerProvider<RxFlowableInvoker>
Invoker provider for invokers based on RxJava'sFlowable.- Since:
- 2.26
- Author:
- Michal Gajdos, Pavel Bucek
-
-
Constructor Summary
Constructors Constructor Description RxFlowableInvokerProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RxFlowableInvokergetRxInvoker(SyncInvoker syncInvoker, ExecutorService executorService)booleanisProviderFor(Class<?> clazz)
-
-
-
Method Detail
-
isProviderFor
public boolean isProviderFor(Class<?> clazz)
- Specified by:
isProviderForin interfaceRxInvokerProvider<RxFlowableInvoker>
-
getRxInvoker
public RxFlowableInvoker getRxInvoker(SyncInvoker syncInvoker, ExecutorService executorService)
- Specified by:
getRxInvokerin interfaceRxInvokerProvider<RxFlowableInvoker>
-
-