Input - handler input typeOutput - handler output typepublic interface GenericRequestDispatcher<Input,Output>
| Modifier and Type | Method and Description |
|---|---|
Output |
dispatch(Input input)
Dispatches an incoming request to the appropriate handling code and returns any output.
|
Output dispatch(Input input) throws AskSdkException
input - input to the dispatcherAskSdkException - when an exception occurs during request processingCopyright © 2023. All rights reserved.