Package org.nentangso.core.client
Interface NtsHelperLocationRestClient
-
@ConditionalOnProperty(prefix="nts.helper.location", name="provider", havingValue="org.nentangso.core.service.helper.location.NtsRestLocationProvider") @NtsAuthorizedFeignClient(name="nts-helper-location-rest", url="${nts.helper.location.rest.api-base-url:http://localhost:8080}") public interface NtsHelperLocationRestClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<List<NtsDefaultLocationDTO>>findAll()
-
-
-
Method Detail
-
findAll
@GetMapping(path="${nts.helper.location.rest.get-locations.uri:/api/locations}") reactor.core.publisher.Mono<List<NtsDefaultLocationDTO>> findAll()
-
-