public interface PlugRegion
「Extension」 Name: Data Region Data Region when you want to do some modification on Envelop, There are two position to process region modification: 1) Before Envelop request building & sending. 2) After Response replying from agent. This plugin exist in agent only and could not be used in worker, standard
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Envelop> |
after(io.vertx.ext.web.RoutingContext context,
Envelop response) |
io.vertx.core.Future<Envelop> |
before(io.vertx.ext.web.RoutingContext context,
Envelop request) |
PlugRegion |
bind(io.vertx.core.json.JsonObject config) |
PlugRegion bind(io.vertx.core.json.JsonObject config)
io.vertx.core.Future<Envelop> before(io.vertx.ext.web.RoutingContext context, Envelop request)
Copyright © 2021. All rights reserved.