| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static Processor.Builder |
Processor.builder() |
default Processor.Builder |
Processor.Builder.configuration(Consumer<ProcessorConfiguration.Builder> configuration)
The information about the type of processor and its identifier.
|
Processor.Builder |
Processor.Builder.configuration(ProcessorConfiguration configuration)
The information about the type of processor and its identifier.
|
Processor.Builder |
Processor.Builder.executionOrder(Integer executionOrder)
The sequence in which processors run.
|
Processor.Builder |
Processor.Builder.fallbackAction(FallbackAction fallbackAction)
Determines whether to continue with message processing or stop it in cases where communication with a
processor fails.
|
Processor.Builder |
Processor.Builder.fallbackAction(String fallbackAction)
Determines whether to continue with message processing or stop it in cases where communication with a
processor fails.
|
Processor.Builder |
Processor.Builder.name(String name)
The name of the channel flow.
|
Processor.Builder |
Processor.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Processor.Builder> |
Processor.serializableBuilderClass() |
Copyright © 2021. All rights reserved.