final class ServerIntent extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerIntent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ServerIntent(onRequest: PartialFunction[JsonRpcRequestMessage, Unit], onResponse: PartialFunction[JsonRpcResponseMessage, Unit], onNotification: PartialFunction[JsonRpcNotificationMessage, Unit])
Value Members
- val onNotification: PartialFunction[JsonRpcNotificationMessage, Unit]
- val onRequest: PartialFunction[JsonRpcRequestMessage, Unit]
- val onResponse: PartialFunction[JsonRpcResponseMessage, Unit]
-
def
toString(): String
- Definition Classes
- ServerIntent → AnyRef → Any