ServerIntent

sbt.internal.server.ServerIntent$
See theServerIntent companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(onRequest: PartialFunction[JsonRpcRequestMessage, Unit], onResponse: PartialFunction[JsonRpcResponseMessage, Unit], onNotification: PartialFunction[JsonRpcNotificationMessage, Unit]): ServerIntent
def notify(onNotification: PartialFunction[JsonRpcNotificationMessage, Unit]): ServerIntent
def request(onRequest: PartialFunction[JsonRpcRequestMessage, Unit]): ServerIntent
def response(onResponse: PartialFunction[JsonRpcResponseMessage, Unit]): ServerIntent