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