Class RestClientConfig
java.lang.Object
org.cardanofoundation.lob.app.blockchain_reader.config.RestClientConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.client.ClientHttpRequestFactoryorg.springframework.web.client.RestClientrestClient(org.springframework.web.client.RestClient.Builder builder, org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory)
-
Constructor Details
-
RestClientConfig
public RestClientConfig()
-
-
Method Details
-
restClient
@Bean("blockchainReaderRestClient") public org.springframework.web.client.RestClient restClient(org.springframework.web.client.RestClient.Builder builder, org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory) -
clientHttpRequestFactory
@Bean public org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory()
-