Uses of Interface
io.vertx.serviceproxy.ServiceInterceptor
-
Packages that use ServiceInterceptor Package Description io.vertx.serviceproxy -
-
Uses of ServiceInterceptor in io.vertx.serviceproxy
Subinterfaces of ServiceInterceptor in io.vertx.serviceproxy Modifier and Type Interface Description interface
AuthenticationInterceptor
Create an event bus service interceptor that will provide an authentication checkinterface
AuthorizationInterceptor
Create an event bus service interceptor that will provide an authorization checkMethods in io.vertx.serviceproxy with parameters of type ServiceInterceptor Modifier and Type Method Description ServiceBinder
ServiceBinder. addInterceptor(ServiceInterceptor interceptor)
ServiceBinder
ServiceBinder. addInterceptor(String action, ServiceInterceptor interceptor)
-