Packages

p

org.mulesoft.language.client.js

serverConnection

package serverConnection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait NodeMessageDispatcher extends MessageDispatcher[ProtocolMessagePayload, NodeMsgTypeMeta] with ILogger
  2. 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

  3. class NodeServerConnection extends MutedLogger with NodeMessageDispatcher with AbstractServerConnection
  4. case class ProtocolMessage [PayloadType](type: String, payload: Option[PayloadType], id: Option[String] = None, errorMessage: Option[String] = None) extends Product with Serializable
  5. sealed abstract class ProtocolMessageType extends AnyRef
  6. trait Stats extends Object
    Annotations
    @RawJSType() @native()
  7. class WrappedMessage extends Object
    Annotations
    @RawJSType() @ScalaJSDefined()
  8. class WrappedPayload extends Object
    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object FS
  2. object FSFacade extends Object
    Annotations
    @native() @JSImport( "fs" , JSImport.Namespace , "fs" )
  3. object ProtocolMessage extends Serializable

Ungrouped