Uses of Record Class
com.github.copilot.generated.rpc.GitHubTelemetryNotification
Packages that use GitHubTelemetryNotification
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of GitHubTelemetryNotification in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return types with arguments of type GitHubTelemetryNotificationModifier and TypeMethodDescriptionCopilotClientOptions.getOnGitHubTelemetry()Gets the connection-level GitHub telemetry forwarding handler.Method parameters in com.github.copilot.rpc with type arguments of type GitHubTelemetryNotificationModifier and TypeMethodDescriptionCopilotClientOptions.setOnGitHubTelemetry(Function<GitHubTelemetryNotification, CompletableFuture<Void>> onGitHubTelemetry) Sets a connection-level handler for GitHub telemetry forwarding (experimental).