Class HttpCallBuilder
java.lang.Object
com.lucidworks.cloud.api.call.impl.HttpCallBuilder
- All Implemented Interfaces:
CallBuilder
Builder for
HttpCall.-
Constructor Summary
ConstructorsConstructorDescriptionHttpCallBuilder(org.springframework.boot.web.client.RestTemplateCustomizer customizer, Duration readTimeout, AuthzSupport authzSupport) -
Method Summary
-
Constructor Details
-
HttpCallBuilder
public HttpCallBuilder(@Named("stageCallHttpClientCustomizer") @Autowired(required=false) org.springframework.boot.web.client.RestTemplateCustomizer customizer, @Value("${stage.call.http.readTimeout:10s}") Duration readTimeout, AuthzSupport authzSupport)
-
-
Method Details
-
build
- Specified by:
buildin interfaceCallBuilder
-
getSchemes
- Specified by:
getSchemesin interfaceCallBuilder
-