Uses of Interface
com.github.copilot.sdk.json.SessionLifecycleHandler
Packages that use SessionLifecycleHandler
-
Uses of SessionLifecycleHandler in com.github.copilot.sdk
Methods in com.github.copilot.sdk with parameters of type SessionLifecycleHandlerModifier and TypeMethodDescriptionCopilotClient.onLifecycle(SessionLifecycleHandler handler) Subscribes to all session lifecycle events.CopilotClient.onLifecycle(String eventType, SessionLifecycleHandler handler) Subscribes to a specific session lifecycle event type.