public interface ProductClient
The class of ProductClient.
  • Method Details

    • getProducts

      @GET @Path("/${tenant}/products") List<Object> getProducts()
    • getProductByCode

      @GET @Path("/${tenant}/products/?q=code:{code}") List<Object> getProductByCode(@PathParam("code") String code)