Interface ConsentRestClient

  • All Superinterfaces:
    ConsentRestAPI

    @FeignClient(value="ledgersConsent",
                 url="${ledgers.url:http://localhost:${server.port}}",
                 path="/consents")
    public interface ConsentRestClient
    extends ConsentRestAPI