Crate wick_invocation_server

Source
Expand description

Wick RPC SDK

Re-exports§

pub use crate::error::Error;

Modules§

error
Error module.

Structs§

InvocationServer
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§

InvocationClient
Exported type so consumers don’t need to depend on tonic directly.