ISessionContext

Represents the session context, encapsulating client, method, and execution metadata.

This interface defines the structure of the session context returned by getSessionContext, providing information about the client session, the current method context (if available), and the execution context (if available) within the swarm system.

clientId: string
processId: string
methodContext: IMethodContext
executionContext: IExecutionContext