Expand description
Provides structures and traits for handling account deletion events within the pipeline.
This module defines the AccountDeletionPipe
struct and
AccountDeletionPipes
trait, which allow for the processing of account
deletion events as they occur in the pipeline. By implementing
AccountDeletionPipes
, you can create custom behavior for managing
the deletion of accounts and associated resources, integrating with metrics
for monitoring.
Structs§
- Account
Deletion Pipe - A processing pipe for handling account deletions.
Traits§
- Account
Deletion Pipes - An async trait for processing account deletions.