public abstract class ValidationHandler extends java.lang.Object implements io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<LocalJsonObject<LoginResponse>>>>
Constructor and Description |
---|
ValidationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<LocalJsonObject<LoginResponse>>> loginResp) |
abstract void |
onValidation(boolean validated) |
public final void handle(io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<LocalJsonObject<LoginResponse>>> loginResp)
handle
in interface io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<LocalJsonObject<LoginResponse>>>>
public abstract void onValidation(boolean validated)
Copyright © 2021. All Rights Reserved.