Module account_deletion

Module account_deletion 

Source
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§

AccountDeletionPipe
A processing pipe for handling account deletions.

Traits§

AccountDeletionPipes
An async trait for processing account deletions.