| Constructor and Description |
|---|
BaseAim() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
address(Event event)
Get event bus address.
|
protected Object[] |
buildArgs(io.vertx.ext.web.RoutingContext context,
Event event)
Template method
|
protected void |
exec(io.vertx.up.fn.Actuator consumer,
io.vertx.ext.web.RoutingContext context,
Event event) |
protected void |
executeRequest(io.vertx.ext.web.RoutingContext context,
Map<String,List<Rule>> rulers,
Depot depot) |
protected Envelop |
failure(String address,
io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler) |
protected io.vertx.up.log.Annal |
getLogger() |
protected Object |
invoke(Event event,
Object[] args) |
protected Envelop |
success(String address,
io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler) |
protected Validator |
verifier() |
protected Object[] buildArgs(io.vertx.ext.web.RoutingContext context, Event event)
Template method
context - RoutingContext referenceevent - Event object of definitionprotected String address(Event event)
Get event bus address.
event - Event object of definitionprotected Object invoke(Event event, Object[] args)
event - Event object of definitionargs - TypedArgument ( Object[] )protected Envelop failure(String address, io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler)
protected Envelop success(String address, io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Envelop>> handler)
protected Validator verifier()
protected io.vertx.up.log.Annal getLogger()
protected void executeRequest(io.vertx.ext.web.RoutingContext context,
Map<String,List<Rule>> rulers,
Depot depot)
protected void exec(io.vertx.up.fn.Actuator consumer,
io.vertx.ext.web.RoutingContext context,
Event event)
Copyright © 2021. All rights reserved.