| Package | Description |
|---|---|
| com.amazon.ask.builder | |
| com.amazon.ask.dispatcher.impl | |
| com.amazon.ask.dispatcher.request.handler.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<HandlerAdapter> |
SkillConfiguration.handlerAdapters |
| Modifier and Type | Method and Description |
|---|---|
List<HandlerAdapter> |
SkillConfiguration.getHandlerAdapters() |
| Modifier and Type | Method and Description |
|---|---|
SkillConfiguration.Builder |
SkillConfiguration.Builder.withHandlerAdapters(List<HandlerAdapter> handlerAdapters) |
| Constructor and Description |
|---|
SkillConfiguration(List<RequestMapper> requestMappers,
List<HandlerAdapter> handlerAdapters,
ExceptionMapper exceptionMapper,
PersistenceAdapter persistenceAdapter,
com.amazon.ask.model.services.ApiClient apiClient,
String customUserAgent,
String skillId) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<HandlerAdapter> |
DefaultRequestDispatcher.handlerAdapters |
| Modifier and Type | Method and Description |
|---|---|
DefaultRequestDispatcher.Builder |
DefaultRequestDispatcher.Builder.addHandlerAdapter(HandlerAdapter adapter) |
DefaultRequestDispatcher.Builder |
DefaultRequestDispatcher.Builder.withHandlerAdapters(HandlerAdapter... adapters) |
| Modifier and Type | Method and Description |
|---|---|
DefaultRequestDispatcher.Builder |
DefaultRequestDispatcher.Builder.withHandlerAdapters(Collection<HandlerAdapter> adapters) |
| Constructor and Description |
|---|
DefaultRequestDispatcher(Collection<HandlerAdapter> handlerAdapters,
Collection<RequestMapper> requestMappers,
ExceptionMapper exceptionMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHandlerAdapter
Handler adapter for
RequestHandler handlers. |
Copyright © 2018. All rights reserved.