Class UniRxInvokerImpl

  • All Implemented Interfaces:
    UniRxInvoker, javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>

    public class UniRxInvokerImpl
    extends Object
    implements UniRxInvoker
    • Constructor Summary

      Constructors 
      Constructor Description
      UniRxInvokerImpl​(javax.ws.rs.client.CompletionStageRxInvoker completionStageRxInvoker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> delete()  
      <T> io.smallrye.mutiny.Uni<T> delete​(Class<T> responseType)  
      <T> io.smallrye.mutiny.Uni<T> delete​(javax.ws.rs.core.GenericType<T> responseType)  
      io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> get()  
      <T> io.smallrye.mutiny.Uni<T> get​(Class<T> responseType)  
      <T> io.smallrye.mutiny.Uni<T> get​(javax.ws.rs.core.GenericType<T> responseType)  
      io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> head()  
      io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> method​(String name)  
      <T> io.smallrye.mutiny.Uni<T> method​(String name, Class<T> responseType)  
      io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> method​(String name, javax.ws.rs.client.Entity<?> entity)  
      <T> io.smallrye.mutiny.Uni<T> method​(String name, javax.ws.rs.client.Entity<?> entity, Class<T> responseType)  
      <T> io.smallrye.mutiny.Uni<T> method​(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)  
      <T> io.smallrye.mutiny.Uni<T> method​(String name, javax.ws.rs.core.GenericType<T> responseType)  
      io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> options()  
      <T> io.smallrye.mutiny.Uni<T> options​(Class<T> responseType)  
      <T> io.smallrye.mutiny.Uni<T> options​(javax.ws.rs.core.GenericType<T> responseType)  
      io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> post​(javax.ws.rs.client.Entity<?> entity)  
      <T> io.smallrye.mutiny.Uni<T> post​(javax.ws.rs.client.Entity<?> entity, Class<T> responseType)  
      <T> io.smallrye.mutiny.Uni<T> post​(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)  
      io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> put​(javax.ws.rs.client.Entity<?> entity)  
      <T> io.smallrye.mutiny.Uni<T> put​(javax.ws.rs.client.Entity<?> entity, Class<T> responseType)  
      <T> io.smallrye.mutiny.Uni<T> put​(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)  
      io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> trace()  
      <T> io.smallrye.mutiny.Uni<T> trace​(Class<T> responseType)  
      <T> io.smallrye.mutiny.Uni<T> trace​(javax.ws.rs.core.GenericType<T> responseType)  
    • Constructor Detail

      • UniRxInvokerImpl

        public UniRxInvokerImpl​(javax.ws.rs.client.CompletionStageRxInvoker completionStageRxInvoker)
    • Method Detail

      • get

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> get()
        Specified by:
        get in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        get in interface UniRxInvoker
      • get

        public <T> io.smallrye.mutiny.Uni<T> get​(Class<T> responseType)
        Specified by:
        get in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        get in interface UniRxInvoker
      • get

        public <T> io.smallrye.mutiny.Uni<T> get​(javax.ws.rs.core.GenericType<T> responseType)
        Specified by:
        get in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        get in interface UniRxInvoker
      • put

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> put​(javax.ws.rs.client.Entity<?> entity)
        Specified by:
        put in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        put in interface UniRxInvoker
      • put

        public <T> io.smallrye.mutiny.Uni<T> put​(javax.ws.rs.client.Entity<?> entity,
                                                 Class<T> responseType)
        Specified by:
        put in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        put in interface UniRxInvoker
      • put

        public <T> io.smallrye.mutiny.Uni<T> put​(javax.ws.rs.client.Entity<?> entity,
                                                 javax.ws.rs.core.GenericType<T> responseType)
        Specified by:
        put in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        put in interface UniRxInvoker
      • post

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> post​(javax.ws.rs.client.Entity<?> entity)
        Specified by:
        post in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        post in interface UniRxInvoker
      • post

        public <T> io.smallrye.mutiny.Uni<T> post​(javax.ws.rs.client.Entity<?> entity,
                                                  Class<T> responseType)
        Specified by:
        post in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        post in interface UniRxInvoker
      • post

        public <T> io.smallrye.mutiny.Uni<T> post​(javax.ws.rs.client.Entity<?> entity,
                                                  javax.ws.rs.core.GenericType<T> responseType)
        Specified by:
        post in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        post in interface UniRxInvoker
      • delete

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> delete()
        Specified by:
        delete in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        delete in interface UniRxInvoker
      • delete

        public <T> io.smallrye.mutiny.Uni<T> delete​(Class<T> responseType)
        Specified by:
        delete in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        delete in interface UniRxInvoker
      • delete

        public <T> io.smallrye.mutiny.Uni<T> delete​(javax.ws.rs.core.GenericType<T> responseType)
        Specified by:
        delete in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        delete in interface UniRxInvoker
      • head

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> head()
        Specified by:
        head in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        head in interface UniRxInvoker
      • options

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> options()
        Specified by:
        options in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        options in interface UniRxInvoker
      • options

        public <T> io.smallrye.mutiny.Uni<T> options​(Class<T> responseType)
        Specified by:
        options in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        options in interface UniRxInvoker
      • options

        public <T> io.smallrye.mutiny.Uni<T> options​(javax.ws.rs.core.GenericType<T> responseType)
        Specified by:
        options in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        options in interface UniRxInvoker
      • trace

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> trace()
        Specified by:
        trace in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        trace in interface UniRxInvoker
      • trace

        public <T> io.smallrye.mutiny.Uni<T> trace​(Class<T> responseType)
        Specified by:
        trace in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        trace in interface UniRxInvoker
      • trace

        public <T> io.smallrye.mutiny.Uni<T> trace​(javax.ws.rs.core.GenericType<T> responseType)
        Specified by:
        trace in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        trace in interface UniRxInvoker
      • method

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> method​(String name)
        Specified by:
        method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        method in interface UniRxInvoker
      • method

        public <T> io.smallrye.mutiny.Uni<T> method​(String name,
                                                    Class<T> responseType)
        Specified by:
        method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        method in interface UniRxInvoker
      • method

        public <T> io.smallrye.mutiny.Uni<T> method​(String name,
                                                    javax.ws.rs.core.GenericType<T> responseType)
        Specified by:
        method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        method in interface UniRxInvoker
      • method

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> method​(String name,
                                                                        javax.ws.rs.client.Entity<?> entity)
        Specified by:
        method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        method in interface UniRxInvoker
      • method

        public <T> io.smallrye.mutiny.Uni<T> method​(String name,
                                                    javax.ws.rs.client.Entity<?> entity,
                                                    Class<T> responseType)
        Specified by:
        method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        method in interface UniRxInvoker
      • method

        public <T> io.smallrye.mutiny.Uni<T> method​(String name,
                                                    javax.ws.rs.client.Entity<?> entity,
                                                    javax.ws.rs.core.GenericType<T> responseType)
        Specified by:
        method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        method in interface UniRxInvoker