Package examples

Interface HelloClient


  • @Path("/")
    @RegisterRestClient(baseUri="stork://hello-service/hello")
    public interface HelloClient
    • Method Detail

      • echo

        @POST
        @Produces("text/plain")
        @Consumes("text/plain")
        String echo​(String name)