register_agent
Method
This is a method of the GatewayProtocol class in the gateway module.Register an agent with the gateway.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
register_agent: Register an agent with the gateway.
This is a method of the GatewayProtocol class in the gateway module.Register an agent with the gateway.
def register_agent(&mut self, agent: Arc<Agent>, agent_id: Option<String>) -> String