Uses of Class
com.broadleafcommerce.common.extension.intercommunication.ExternalRequest
Packages that use ExternalRequest
-
Uses of ExternalRequest in com.broadleafcommerce.common.extension.intercommunication
Methods in com.broadleafcommerce.common.extension.intercommunication that return ExternalRequestModifier and TypeMethodDescriptionExternalRequest.withAttributes(Consumer<Map<String, Object>> attributes) Deprecated, for removal: This API element is subject to removal in a future version.Consumer for request attributes to apply during the request.<E extends Throwable,T>
ExternalRequestExternalRequest.withFallback(Function<E, reactor.core.publisher.Mono<T>> fallback) Deprecated, for removal: This API element is subject to removal in a future version.Provides a function to provide a fallback response in case of error duringWebClientcall.ExternalRequest.withHeaders(Consumer<org.springframework.http.HttpHeaders> headers) Deprecated, for removal: This API element is subject to removal in a future version.Consumer for headers to apply during the request.ExternalRequest.withLocale(Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.The locale that should be associated with the call.ExternalRequest.withPayloads(List<Object> payloads) Deprecated, for removal: This API element is subject to removal in a future version.One or more payload objects that may either be used as direct method call params, or serialized as JSON in request body posts.ExternalRequest.withPrincipal(String principal) Deprecated, for removal: This API element is subject to removal in a future version.The authentication principal name that should be associated with the call.Deprecated, for removal: This API element is subject to removal in a future version.The uri used for WebClient connection.Methods in com.broadleafcommerce.common.extension.intercommunication with parameters of type ExternalRequestModifier and TypeMethodDescriptiondefault <T,R extends Exception>
TExternalClient.get(ExternalRequest request) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve an object from another microservice via callConstructors in com.broadleafcommerce.common.extension.intercommunication with parameters of type ExternalRequestModifierConstructorDescriptionMockWebRequest(ExternalRequest request, org.springframework.web.util.UriComponents uriComponents) Deprecated, for removal: This API element is subject to removal in a future version.