Type Alias wasmcloud_runtime::component::InvocationStream
source · pub type InvocationStream = Pin<Box<dyn Stream<Item = Result<Pin<Box<dyn Future<Output = Result<()>> + Send + 'static>>>> + Send + 'static>>;
Expand description
This represents a Stream of incoming invocations. Each item represents processing of a single invocation.
Aliased Type§
struct InvocationStream {}