Interface RestClientProxy
-
public interface RestClientProxy
This interface is implemented by every proxy created byRestClientBuilderImpl
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Release/close all associated resources, including the underlyingClient
instance.javax.ws.rs.client.Client
getClient()
-