Interface AutoCloseableClient

All Superinterfaces:
AutoCloseable

public interface AutoCloseableClient extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • executeGet

      @GET @Path("/somePath") String executeGet()