grpc
Module: audit::sink::grpc
Section titled “Module: audit::sink::grpc”Contents
Section titled “Contents”Structs
GrpcAuditSink- Audit sink that streams events over gRPC to a remote collector.
firma_sidecar::audit::sink::grpc::GrpcAuditSink
Section titled “firma_sidecar::audit::sink::grpc::GrpcAuditSink”Struct
Audit sink that streams events over gRPC to a remote collector.
Methods:
fn new<impl Into<String>>(endpoint: impl Trait) -> Self- Constructs a new [GrpcAuditSink] targetingendpoint.
Trait Implementations:
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- AuditSink
fn run(self: Self, rx: tokio::sync::mpsc::Receiver<ExecutionEvent>, exit: tokio_util::sync::CancellationToken) -> Result<(), AuditSinkError>