Class UniRxInvokerImpl

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

    public class UniRxInvokerImpl
    extends Object
    implements UniRxInvoker
    • Constructor Summary

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

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

      • UniRxInvokerImpl

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

      • get

        public io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> get()
        Specified by:
        get in interface jakarta.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 jakarta.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        get in interface UniRxInvoker
      • get

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

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

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

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

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

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

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

        public io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> delete()
        Specified by:
        delete in interface jakarta.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 jakarta.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        delete in interface UniRxInvoker
      • delete

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

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

        public io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> options()
        Specified by:
        options in interface jakarta.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 jakarta.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        options in interface UniRxInvoker
      • options

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

        public io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> trace()
        Specified by:
        trace in interface jakarta.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 jakarta.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        trace in interface UniRxInvoker
      • trace

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

        public io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> method​(String name)
        Specified by:
        method in interface jakarta.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 jakarta.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,
                                                    jakarta.ws.rs.core.GenericType<T> responseType)
        Specified by:
        method in interface jakarta.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        method in interface UniRxInvoker
      • method

        public io.smallrye.mutiny.Uni<jakarta.ws.rs.core.Response> method​(String name,
                                                                          jakarta.ws.rs.client.Entity<?> entity)
        Specified by:
        method in interface jakarta.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,
                                                    jakarta.ws.rs.client.Entity<?> entity,
                                                    Class<T> responseType)
        Specified by:
        method in interface jakarta.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,
                                                    jakarta.ws.rs.client.Entity<?> entity,
                                                    jakarta.ws.rs.core.GenericType<T> responseType)
        Specified by:
        method in interface jakarta.ws.rs.client.RxInvoker<io.smallrye.mutiny.Uni<?>>
        Specified by:
        method in interface UniRxInvoker