Input - handler input typeOutput - handler output typepublic interface GenericRequestMapper<Input,Output>
GenericRequestHandlerChain containing
a handler suitable for processing the request.| Modifier and Type | Method and Description |
|---|---|
Optional<GenericRequestHandlerChain<Input,Output>> |
getRequestHandlerChain(Input input)
Finds a
GenericRequestHandlerChain containing a request handler that is suitable for the incoming request. |
Optional<GenericRequestHandlerChain<Input,Output>> getRequestHandlerChain(Input input)
GenericRequestHandlerChain containing a request handler that is suitable for the incoming request.input - handler inputOptional containing the request handler chain if one is located, or empty if not.Copyright © 2023. All rights reserved.