- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-chime-sdk-messaging
Processor Interface
The information about a processor in a channel flow.
Members
Name | Type | Details |
---|---|---|
Configuration Required | ProcessorConfiguration | undefined | The information about the type of processor and its identifier. |
ExecutionOrder Required | number | undefined | The sequence in which processors run. If you have multiple processors in a channel flow, message processing goes through each processor in the sequence. The value determines the sequence. At this point, we support only 1 processor within a flow. |
FallbackAction Required | FallbackAction | undefined | Determines whether to continue with message processing or stop it in cases where communication with a processor fails. If a processor has a fallback action of |
Name Required | string | undefined | The name of the channel flow. |
Full Signature
export interface Processor