interface |
BsonInterceptor |
Specialized Interceptor interface for services implementing BsonService
|
interface |
BsonService |
Specialized Service interface that uses BsonRequest and BsonResponse
|
interface |
ByteArrayInterceptor |
|
interface |
ByteArrayService |
|
interface |
HandlingPlugin<R extends Request<?>,S extends Response<?>> |
Parent interface of handling plugins: Service and Proxy
|
interface |
Interceptor<R extends Request<?>,S extends Response<?>> |
Interceptors allow to snoop and modify requests and responses at different
stages of the request lifecycle as defined by the interceptPoint parameter of
the annotation RegisterPlugin.
|
interface |
JsonInterceptor |
|
interface |
JsonService |
Specialized Service interface that uses JsonRequest and JsonResponse
|
interface |
MongoInterceptor |
Specialized Interceptor interface for MongoService
|
interface |
ProxyInterceptor |
|
interface |
Service<R extends ServiceRequest<?>,S extends ServiceResponse<?>> |
Interface to implement services
|