public interface HandlerAdapter
| Modifier and Type | Method and Description |
|---|---|
Optional<com.amazon.ask.model.Response> |
execute(HandlerInput 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 handlerOptional<com.amazon.ask.model.Response> execute(HandlerInput input, Object handler)
input - input containing request envelope, handler context and forwarding targethandler - request handlerCopyright © 2018. All rights reserved.