public interface RequestMapper
| Modifier and Type | Method and Description |
|---|---|
Optional<RequestHandlerChain> |
getRequestHandlerChain(HandlerInput input)
Routes the request to appropriate controller and retrieves request handler chains
|
Optional<RequestHandlerChain> getRequestHandlerChain(HandlerInput input)
input - input containing request envelope and other contextCopyright © 2018. All rights reserved.