@FunctionalInterface public interface ServiceInterceptor
Modifier and Type | Method and Description |
---|---|
Future<Message<JsonObject>> |
intercept(Vertx vertx,
Map<String,Object> interceptorContext,
Message<JsonObject> body)
Perform the interceptor handling
|
Future<Message<JsonObject>> intercept(Vertx vertx, Map<String,Object> interceptorContext, Message<JsonObject> body)
vertx
- the VertX instanceinterceptorContext
- context to be shared between interceptorsbody
- message bodyFuture
Copyright © 2023 Eclipse. All rights reserved.