Class RestClientReactiveCDIWrapperBase<T extends Closeable>

  • All Implemented Interfaces:
    io.quarkus.runtime.MockedThroughWrapper, Closeable, AutoCloseable

    public abstract class RestClientReactiveCDIWrapperBase<T extends Closeable>
    extends Object
    implements Closeable, io.quarkus.runtime.MockedThroughWrapper
    • Constructor Detail

      • RestClientReactiveCDIWrapperBase

        public RestClientReactiveCDIWrapperBase​(Class<T> jaxrsInterface,
                                                String baseUriFromAnnotation,
                                                String configKey)
    • Method Detail

      • destroy

        @PreDestroy
        public void destroy()
      • getDelegate

        public Object getDelegate()
      • setMock

        public void setMock​(Object mock)
        Specified by:
        setMock in interface io.quarkus.runtime.MockedThroughWrapper
      • clearMock

        public void clearMock()
        Specified by:
        clearMock in interface io.quarkus.runtime.MockedThroughWrapper