Expand description
Wick RPC SDK
Re-exports§
pub use crate::error::Error;
Modules§
- error
- Error module.
Structs§
- Invocation
Server - A GRPC server for implementers of flow_component::Component.
Functions§
- connect_
rpc_ client - Create an RPC client.
- make_
rpc_ server - Build and spawn an RPC server for the passed collection.
Type Aliases§
- Invocation
Client - Exported type so consumers don’t need to depend on tonic directly.