Skip to content

audit_service_client

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) -> Self
  • fn with_origin(inner: T, origin: Uri) -> Self
  • fn 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 persistent
  • fn 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>