pub fn server_shutdown_audit_component<T, F, Fut>(
resources: T,
record_server_shutdown: F,
) -> RuntimeComponentBundleRegistration<ShutdownResourceComponent<T>>Expand description
Creates the server-shutdown audit component with the crate’s default dependencies.
The default dependency list is empty unless the mail-outbox-dependency
feature is enabled.