Input
- handler input typepublic interface GenericRequestInterceptor<Input>
Modifier and Type | Method and Description |
---|---|
default void |
process(Input input)
Intercept the incoming request before the request handler is executed.
|
default Input |
processRequest(Input input)
Intercept the incoming request before the request handler is executed and return an updated request.
|
default void process(Input input)
input
- handler inputCopyright © 2023. All rights reserved.