| Package | Description |
|---|---|
| com.amazon.ask.dispatcher.impl | |
| com.amazon.ask.request.dispatcher.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultRequestDispatcher.Builder
Deprecated.
DefaultRequestDispatcher Builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseRequestDispatcher.Builder<Input,Output,Self extends BaseRequestDispatcher.Builder<Input,Output,Self>>
Base Request Dispatcher Builder.
|
| Modifier and Type | Method and Description |
|---|---|
static <Input,Output,Self extends BaseRequestDispatcher.Builder<Input,Output,Self>> |
BaseRequestDispatcher.forTypes(Class<Input> input,
Class<Output> output)
Returns an instance of Builder.
|
| Modifier and Type | Method and Description |
|---|---|
static <Input,Output> |
BaseRequestDispatcher.builder()
Returns an instance of Builder.
|
static <Input,Output,Self extends BaseRequestDispatcher.Builder<Input,Output,Self>> |
BaseRequestDispatcher.forTypes(Class<Input> input,
Class<Output> output)
Returns an instance of Builder.
|
Copyright © 2023. All rights reserved.