Kind: Class
Source: atloria-monorepo/libs/agent-core/src/protocol/session-event-bridge.ts
Methods
| Method | Signature | Returns |
|---|---|---|
addTransport | addTransport(transport: AgentTransport) | void |
on | on(type: T, handler: AgentProtocolEventHandler<T>) | void |
dispose | dispose() | void |
Where it refuses work
SessionEventBridgestops the work with an early return whenthis.disposed.
When something fails
SessionEventBridgehandles failure in 2 places: it discards it silently in all 2.
Was this page helpful?