create_session
Method
This is a method of the GatewayProtocol class in the gateway module.Create a new session.
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
create_session: Create a new session.
This is a method of the GatewayProtocol class in the gateway module.Create a new session.
def create_session(
&mut self,
agent_id: &str,
client_id: Option<String>,
session_id: Option<String>,
) -> Result<Box<dyn GatewaySessionProtocol>>