Skip to main content

Crate re_redap_client

Crate re_redap_client 

Source
Expand description

Official gRPC client for the Rerun Data Protocol.

Structs§

ApiError
ConnectionRegistry
ConnectionRegistryHandle
Registry of all tokens and connections to the redap servers.
GenericConnectionClient
Expose an ergonomic API over the gRPC redap client.
SegmentQueryParams
SourcedCredentials
TonicStatusError
Wrapper with a nicer error message

Enums§

ApiErrorKind
ClientCredentialsError
Possible errors when creating a connection.
CredentialSource
Credentials

Functions§

channel
fetch_chunks_response_to_chunk_and_segment_id
Converts a FetchChunksStream stream into a stream of Chunks.
stream_blueprint_and_segment_from_server
Canonical way to ingest segment data from a Rerun Data Platform server, dealing with server-stored blueprints if any.
with_retry
Helper function for executing requests or connection attempts with retries.

Type Aliases§

ApiResult
Convenience for Result<T, ApiError>
ConnectionClient
This is the type of ConnectionClient used throughout the viewer, where the ConnectionRegistry is used.
RedapClient