Package

com.avsystem.commons

rpc

Permalink

package rpc

Visibility
  1. Public
  2. All

Type Members

  1. case class FunctionMetadata(signature: Signature) extends MethodMetadata with Product with Serializable

    Permalink
  2. case class GetterMetadata(signature: Signature, resultMetadata: RPCMetadata[_]) extends MethodMetadata with Product with Serializable

    Permalink
  3. sealed trait MethodMetadata extends AnyRef

    Permalink
  4. case class ParamMetadata(name: String, annotations: List[MetadataAnnotation]) extends Product with Serializable

    Permalink
  5. case class ProcedureMetadata(signature: Signature) extends MethodMetadata with Product with Serializable

    Permalink
  6. trait RPCFramework extends AnyRef

    Permalink

    Author: ghik Created: 27/05/15.

  7. trait RPCMetadata[T] extends AnyRef

    Permalink
  8. case class Signature(methodName: String, paramMetadata: List[List[ParamMetadata]], annotations: List[MetadataAnnotation]) extends Product with Serializable

    Permalink

Value Members

  1. object RPCMetadata

    Permalink

    Author: ghik Created: 25/02/16.

Ungrouped