Interface RestClientProxy
public interface RestClientProxy
This interface is implemented by every proxy created by
RestClientBuilderImpl.-
Method Summary
-
Method Details
-
close
void close()Release/close all associated resources, including the underlyingClientinstance. -
getClient
jakarta.ws.rs.client.Client getClient()- Returns:
- the underlying
Clientinstance
-