audit_service_client
Module: firma::v1::audit_service_client
Section titled “Module: firma::v1::audit_service_client”Contents
Section titled “Contents”Structs
firma_proto::firma::v1::audit_service_client::AuditServiceClient
Section titled “firma_proto::firma::v1::audit_service_client::AuditServiceClient”Struct
Generic Parameters:
- T
Methods:
fn new(inner: T) -> Selffn with_origin(inner: T, origin: Uri) -> Selffn with_interceptor<F>(inner: T, interceptor: F) -> AuditServiceClient<InterceptedService<T, F>>fn send_compressed(self: Self, encoding: CompressionEncoding) -> Self- Compress requests with the given encoding.fn accept_compressed(self: Self, encoding: CompressionEncoding) -> Self- Enable decompressing responses.fn max_decoding_message_size(self: Self, limit: usize) -> Self- Limits the maximum size of a decoded message.fn max_encoding_message_size(self: Self, limit: usize) -> Self- Limits the maximum size of an encoded message.fn stream_events<impl tonic::IntoStreamingRequest<Message = super::ExecutionEvent>>(self: & mut Self, request: impl Trait) -> std::result::Result<tonic::Response<super::StreamEventsResponse>, tonic::Status>- StreamEvents is a client-streaming RPC. The Sidecar opens a persistentfn connect<D>(dst: D) -> Result<Self, tonic::transport::Error>- Attempt to create a new client by connecting to a given endpoint.
Trait Implementations:
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Clone
fn clone(self: &Self) -> AuditServiceClient<T>