Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_session

Method
This is a method of the GatewayProtocol class in the gateway module.
Get a session by ID.

Signature

def get_session(&self, session_id: &str) -> Option<&dyn GatewaySessionProtocol>

Parameters

session_id
&str
required
No description available.

Returns

Returns
Option<&dyn GatewaySessionProtocol>
The result of the operation.

Rust Sessions

Rust Memory