All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.kotlin.org.jetbrains.bsp.protocol.BazelBuildClient.kt Maven / Gradle / Ivy

package org.jetbrains.bsp.protocol

import org.eclipse.lsp4j.jsonrpc.services.JsonNotification

interface BazelBuildClient {
  @JsonNotification("build/publishOutput")
  fun onBuildPublishOutput(params: PublishOutputParams)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy