package serverConnection
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait NodeMessageDispatcher extends MessageDispatcher[ProtocolMessagePayload, NodeMsgTypeMeta] with ILogger
-
case class
NodeMsgTypeMeta
(inputTypeName: String, wrapInput: Boolean = false, wrapOutput: Boolean = false) extends Product with Serializable
Metadata for node protocol message type.
Metadata for node protocol message type.
- inputTypeName
- full scala type name for input of this message.
- wrapInput
- whether to wrap input
- class NodeServerConnection extends MutedLogger with NodeMessageDispatcher with AbstractServerConnection
- case class ProtocolMessage [PayloadType](type: String, payload: Option[PayloadType], id: Option[String] = None, errorMessage: Option[String] = None) extends Product with Serializable
- sealed abstract class ProtocolMessageType extends AnyRef
-
trait
Stats
extends Object
- Annotations
- @RawJSType() @native()
-
class
WrappedMessage
extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
WrappedPayload
extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()