Interface RestClientProxy


public interface RestClientProxy
This interface is implemented by every proxy created by RestClientBuilderImpl.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Release/close all associated resources, including the underlying Client instance.
    jakarta.ws.rs.client.Client
     
  • Method Details

    • close

      void close()
      Release/close all associated resources, including the underlying Client instance.
    • getClient

      jakarta.ws.rs.client.Client getClient()
      Returns:
      the underlying Client instance