Interface PaymentRestClient

  • All Superinterfaces:
    PaymentRestAPI

    @FeignClient(value="ledgersPayment",
                 url="${ledgers.url:http://localhost:${server.port}}",
                 path="/payments")
    public interface PaymentRestClient
    extends PaymentRestAPI