public interface WebClientConfig
WebClient
configuration information
available to downstream infrastructure such as ResponseErrorHandler
s.Modifier and Type | Method and Description |
---|---|
List<HttpMessageReader<?>> |
getMessageReaders()
Return the message readers that can help decoding the HTTP response body
|
List<HttpMessageWriter<?>> |
getMessageWriters()
Return the message writers that can help encode the HTTP request body
|
ResponseErrorHandler |
getResponseErrorHandler()
Return the configured
ResponseErrorHandler |
List<HttpMessageReader<?>> getMessageReaders()
List<HttpMessageWriter<?>> getMessageWriters()
ResponseErrorHandler getResponseErrorHandler()
ResponseErrorHandler