Expand description
Transport options that DAPI requests use under the hood.
Structs§
- Applied
Request Settings - DAPI settings ready to use.
Enums§
- Transport
Error - Transport error type.
Traits§
- Transport
Client - Generic way to create a transport client from provided Uri.
- Transport
Request - Generic transport layer request. Requires Clone as could be retried and a client in general consumes a request.
Functions§
- create_
channel - Create channel (connection) for gRPC transport.
- sleep
- Sleep for the given duration.
Type Aliases§
- Backon
Sleeper - backon::Sleeper
- BoxFuture
- An owned dynamically typed
Futurefor use in cases where you can’t statically type your result or need to add some indirection. - Core
Grpc Client - Core Client using gRPC transport.
- Platform
Grpc Client - Platform Client using gRPC transport.