Uses of Interface
com.github.copilot.rpc.SessionLifecycleHandler
Packages that use SessionLifecycleHandler
-
Uses of SessionLifecycleHandler in com.github.copilot
Methods in com.github.copilot 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.