Interface ExternalClient
Deprecated, for removal: This API element is subject to removal in a future version.
Client object capable of making calls to another microservice, either via direct method call
using reflection, or by network request using
WebClient.-
Method Summary
Modifier and TypeMethodDescriptiondefault <T,R extends Exception>
Tget(ExternalRequest request) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve an object from another microservice via call
-
Method Details
-
get
Deprecated, for removal: This API element is subject to removal in a future version.Retrieve an object from another microservice via call- Type Parameters:
T- The type of the responseR- The type of exception that may be thrown- Parameters:
request- Information about the request- Returns:
- The response from the call to the other microservice
- Throws:
R- The type of exception that may be thrown
-
com.broadleafcommerce.data.tracking.core.interlink.DefaultInterlinkClientinstead.