Input - handler input typeOutput - handler output typepublic interface GenericRequestHandlerChain<Input,Output>
| Modifier and Type | Method and Description |
|---|---|
List<GenericExceptionHandler<Input,Output>> |
getExceptionHandlers() |
Object |
getRequestHandler()
Returns the request handler.
|
List<GenericRequestInterceptor<Input>> |
getRequestInterceptors() |
List<GenericResponseInterceptor<Input,Output>> |
getResponseInterceptors() |
Object getRequestHandler()
List<GenericRequestInterceptor<Input>> getRequestInterceptors()
List<GenericResponseInterceptor<Input,Output>> getResponseInterceptors()
List<GenericExceptionHandler<Input,Output>> getExceptionHandlers()
Copyright © 2023. All rights reserved.