Skip to main content

InvocationContext

Type Alias InvocationContext 

Source
pub type InvocationContext = InvocationContextV1;
Expand description

ABI-stable invocation context passed into guest runtime on each request.

Aliased Type§

pub struct InvocationContext {
    pub self_id: ActrId,
    pub caller_id: Option<ActrId>,
    pub request_id: String,
}

Fields§

§self_id: ActrId§caller_id: Option<ActrId>§request_id: String