Input - handler input typeOutput - handler output typepublic interface GenericResponseInterceptor<Input,Output>
| Modifier and Type | Method and Description |
|---|---|
default void |
process(Input input,
Output response)
Intercept the output from the request handler after it is executed.
|
default Output |
processResponse(Input input,
Output response)
Intercept the output from the request handler after it is executed and return an updated response.
|
Copyright © 2023. All rights reserved.