Class RxFlowableInvokerProvider

  • All Implemented Interfaces:
    jakarta.ws.rs.client.RxInvokerProvider<RxFlowableInvoker>

    public class RxFlowableInvokerProvider
    extends Object
    implements jakarta.ws.rs.client.RxInvokerProvider<RxFlowableInvoker>
    Invoker provider for invokers based on RxJava's Flowable.
    Since:
    2.26
    Author:
    Michal Gajdos, Pavel Bucek
    • Constructor Detail

      • RxFlowableInvokerProvider

        public RxFlowableInvokerProvider()
    • Method Detail

      • isProviderFor

        public boolean isProviderFor​(Class<?> clazz)
        Specified by:
        isProviderFor in interface jakarta.ws.rs.client.RxInvokerProvider<RxFlowableInvoker>