Interface CentralOrderApiClient

All Known Implementing Classes:
DefaultCentralOrderApiClient

public interface CentralOrderApiClient
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> org.springframework.http.ResponseEntity<T>
    getEntity(org.springframework.web.util.UriComponents uriComponents, Class<T> clazz)
     
    void
    postEntity(org.springframework.web.util.UriComponents uriComponents, Object entity)
     
  • Method Details