pub async fn run_outbox_forwarder_with_exporters(
config: BusConfig,
storage: Arc<Storage>,
exporters: Vec<Arc<dyn OutboxExporter>>,
) -> Result<()>Expand description
Spawns an outbox forwarder task with additional exporters that fan out a copy of each event.