Input - handler input typeOutput - handler output typepublic interface GenericHandlerAdapter<Input,Output>
| Modifier and Type | Method and Description |
|---|---|
Output |
execute(Input input,
Object handler)
Executes the request handler with the supplied input.
|
boolean |
supports(Object handler)
Returns true if the adapter supports the type of handler.
|
boolean supports(Object handler)
handler - request handlerCopyright © 2023. All rights reserved.