Interface CustomerServiceAPI
-
public interface CustomerServiceAPIFeign client interface for the customer microservice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomergetCustomer(java.lang.String id)
-
-
-
Method Detail
-
getCustomer
Customer getCustomer(java.lang.String id) throws CustomerNotFoundRestServiceException, org.wso2.msf4j.client.exception.RestServiceException
- Throws:
CustomerNotFoundRestServiceExceptionorg.wso2.msf4j.client.exception.RestServiceException
-
-