Package

io.udash.rpc

internals

Permalink

package internals

Visibility
  1. Public
  2. All

Type Members

  1. case class RPCCall(invocation: RawInvocation, gettersChain: List[RawInvocation], callId: String) extends RPCRequest with Product with Serializable

    Permalink
  2. case class RPCFire(invocation: RawInvocation, gettersChain: List[RawInvocation]) extends RPCRequest with Product with Serializable

    Permalink
  3. sealed trait RPCRequest extends AnyRef

    Permalink
  4. sealed trait RPCResponse extends AnyRef

    Permalink
  5. case class RPCResponseFailure(cause: String, errorMsg: String, callId: String) extends RPCResponse with Product with Serializable

    Permalink
  6. case class RPCResponseSuccess(response: Value, callId: String) extends RPCResponse with Product with Serializable

    Permalink

Value Members

  1. object RPCRequest

    Permalink
  2. object RPCResponse

    Permalink

Ungrouped