Skip to main content

agent_binding_name

Function agent_binding_name 

Source
pub fn agent_binding_name(class_name: &str) -> String
Expand description

Durable Object binding identifier for an agent class. We use the class name in screaming snake case so handlers can grab it by a predictable name (OrderEntityORDER_ENTITY).