All Superinterfaces:
RentersHttpIface
All Known Implementing Classes:
RentersAPIClient

public interface RentersAPI extends RentersHttpIface
This interface extends the Spring 6 Http Interface for communicating with a renter and any custom methods to be implemented by the RentersAPIClient.
  • Method Details

    • withRestTemplate

      RentersAPI withRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
    • getRenters

      org.springframework.http.ResponseEntity<RenterListDTO> getRenters(org.springframework.data.domain.Pageable pageable)