Uses of Enum Class
com.github.copilot.sdk.events.SessionShutdownEvent.ShutdownType
Packages that use SessionShutdownEvent.ShutdownType
Package
Description
Event types emitted during Copilot session processing.
-
Uses of SessionShutdownEvent.ShutdownType in com.github.copilot.sdk.events
Methods in com.github.copilot.sdk.events that return SessionShutdownEvent.ShutdownTypeModifier and TypeMethodDescriptionSessionShutdownEvent.SessionShutdownData.shutdownType()Returns the value of theshutdownTyperecord component.Returns the enum constant of this class with the specified name.static SessionShutdownEvent.ShutdownType[]SessionShutdownEvent.ShutdownType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.events with parameters of type SessionShutdownEvent.ShutdownTypeModifierConstructorDescriptionSessionShutdownData(SessionShutdownEvent.ShutdownType shutdownType, String errorReason, double totalPremiumRequests, double totalApiDurationMs, double sessionStartTime, SessionShutdownEvent.CodeChanges codeChanges, Map<String, Object> modelMetrics, String currentModel) Creates an instance of aSessionShutdownDatarecord class.