sbt.internal.server.ServerIntent
See theServerIntent companion object
final class ServerIntent(val onRequest: PartialFunction[JsonRpcRequestMessage, Unit], val onResponse: PartialFunction[JsonRpcResponseMessage, Unit], val onNotification: PartialFunction[JsonRpcNotificationMessage, Unit])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article