Class UniInvokerProvider

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

    public class UniInvokerProvider
    extends Object
    implements jakarta.ws.rs.client.RxInvokerProvider<UniRxInvoker>
    • Constructor Detail

      • UniInvokerProvider

        public UniInvokerProvider()
    • Method Detail

      • isProviderFor

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

        public UniRxInvoker getRxInvoker​(jakarta.ws.rs.client.SyncInvoker syncInvoker,
                                         ExecutorService executorService)
        Specified by:
        getRxInvoker in interface jakarta.ws.rs.client.RxInvokerProvider<UniRxInvoker>