Interface LoginStub

  • All Known Implementing Classes:
    LoginService

    public interface LoginStub
    • Method Detail

      • execute

        io.vertx.core.Future<io.vertx.core.json.JsonObject> execute​(String username,
                                                                    String password)