Trait

io.udash.rpc

UdashRPCFramework

Related Doc: package rpc

Permalink

trait UdashRPCFramework extends GetterRPCFramework with ProcedureRPCFramework with GenCodecSerializationFramework

Base for all RPC frameworks in Udash.

Linear Supertypes
GenCodecSerializationFramework, ProcedureRPCFramework, GetterRPCFramework, RPCFramework, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UdashRPCFramework
  2. GenCodecSerializationFramework
  3. ProcedureRPCFramework
  4. GetterRPCFramework
  5. RPCFramework
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AsRawRPC[RealRPC] = AsRaw[RawRPC, RealRPC]

    Permalink
    Definition Classes
    RPCFramework
  2. type AsRawRealRPC[RealRPC] = AsRawReal[RawRPC, RealRPC]

    Permalink
    Definition Classes
    RPCFramework
  3. type AsRealRPC[RealRPC] = AsReal[RawRPC, RealRPC]

    Permalink
    Definition Classes
    RPCFramework
  4. trait BaseFullRPCInfo[RealRPC] extends AnyRef

    Permalink
    Definition Classes
    RPCFramework
  5. trait BaseRawRpcCompanion extends RawRpcCompanion[com.avsystem.commons.rpc.RPCFramework.RawRPC]

    Permalink
    Definition Classes
    RPCFramework
  6. abstract type FullRPCInfo[RealRPC] <: BaseFullRPCInfo[RealRPC]

    Permalink
    Definition Classes
    RPCFramework
  7. trait GetterRawRPC extends AnyRef

    Permalink
    Definition Classes
    GetterRPCFramework
  8. case class GetterSignature[T] extends com.avsystem.commons.rpc.GetterRPCFramework.Signature with TypedMetadata[T] with Product with Serializable

    Permalink
    Definition Classes
    GetterRPCFramework
  9. case class ParamMetadata[T] extends TypedMetadata[T] with Product with Serializable

    Permalink
    Definition Classes
    RPCFramework
  10. class ParamTypeMetadata[+T] extends AnyRef

    Permalink
  11. trait ProcedureRawRPC extends AnyRef

    Permalink
    Definition Classes
    ProcedureRPCFramework
  12. case class ProcedureSignature extends com.avsystem.commons.rpc.ProcedureRPCFramework.Signature with TypedMetadata[Unit] with Product with Serializable

    Permalink
    Definition Classes
    ProcedureRPCFramework
  13. case class RPCCall(invocation: UdashRPCFramework.RawInvocation, gettersChain: List[UdashRPCFramework.RawInvocation], callId: String) extends RPCRequest with Product with Serializable

    Permalink

    io.udash.rpc.UdashRPCFramework.RPCRequest which returns some value.

  14. abstract class RPCCompanion[RealRPC] extends AnyRef

    Permalink
    Definition Classes
    RPCFramework
  15. case class RPCFailure(remoteCause: String, remoteMessage: String) extends Exception with Product with Serializable

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

    Permalink

    io.udash.rpc.UdashRPCFramework.RPCRequest which returns Unit.

  17. abstract type RPCMetadata[RealRPC]

    Permalink
    Definition Classes
    RPCFramework
  18. sealed trait RPCRequest extends AnyRef

    Permalink
  19. sealed trait RPCResponse extends AnyRef

    Permalink
  20. case class RPCResponseException(name: String, exception: Throwable, callId: String) extends RPCResponse with Product with Serializable

    Permalink

    Message reporting exception from io.udash.rpc.UdashRPCFramework.RPCCall.

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

    Permalink

    Message reporting failure of io.udash.rpc.UdashRPCFramework.RPCCall.

  22. case class RPCResponseSuccess(response: RawValue, callId: String) extends RPCResponse with Product with Serializable

    Permalink

    Message containing response for io.udash.rpc.UdashRPCFramework.RPCCall.

  23. case class RawInvocation extends Product with Serializable

    Permalink
    Definition Classes
    GetterRPCFramework
  24. abstract type RawRPC <: GetterRawRPC with ProcedureRawRPC

    Permalink
    Definition Classes
    UdashRPCFramework → ProcedureRPCFramework → GetterRPCFramework → RPCFramework
  25. type RawValue = JsonStr

    Permalink
    Definition Classes
    UdashRPCFramework → RPCFramework
  26. type Reader[T] = GenCodec[T]

    Permalink
  27. class ResultTypeMetadata[+T] extends AnyRef

    Permalink
  28. trait Signature extends AnyRef

    Permalink
    Definition Classes
    RPCFramework
  29. type Writer[T] = GenCodec[T]

    Permalink

Abstract Value Members

  1. abstract val RPCMetadata: RpcMetadataCompanion[RPCMetadata]

    Permalink
    Definition Classes
    RPCFramework
  2. abstract val RawRPC: BaseRawRpcCompanion

    Permalink
    Definition Classes
    RPCFramework
  3. implicit abstract def rawValueCodec: GenCodec[RawValue]

    Permalink
  4. abstract def read[T](raw: RawValue)(implicit arg0: Reader[T]): T

    Permalink
    Definition Classes
    RPCFramework
  5. abstract def write[T](value: T)(implicit arg0: Writer[T]): RawValue

    Permalink
    Definition Classes
    RPCFramework

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object ParamTypeMetadata extends ParamTypeMetadata[Nothing]

    Permalink
  5. implicit val RPCFailureCodec: GenCodec[RPCFailure]

    Permalink
  6. implicit val RPCRequestCodec: GenCodec[RPCRequest]

    Permalink
  7. object RPCResponse

    Permalink
  8. implicit val RawInvocationCodec: GenCodec[RawInvocation]

    Permalink
  9. implicit object ResultTypeMetadata extends ResultTypeMetadata[Nothing]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. macro def materializeAsRaw[T]: AsRawRPC[T]

    Permalink
    Definition Classes
    RPCFramework
  19. macro def materializeAsRawReal[T]: AsRawRealRPC[T]

    Permalink
    Definition Classes
    RPCFramework
  20. macro def materializeAsReal[T]: AsRealRPC[T]

    Permalink
    Definition Classes
    RPCFramework
  21. implicit macro def materializeFullInfo[T]: FullRPCInfo[T]

    Permalink
    Definition Classes
    RPCFramework
  22. macro def materializeMetadata[RealRPC]: RPCMetadata[RealRPC]

    Permalink
    Definition Classes
    RPCFramework
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. implicit def readerBasedAsReal[T](implicit arg0: Reader[T]): AsReal[RawValue, T]

    Permalink
    Definition Classes
    RPCFramework
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. implicit def writerBasedAsRaw[T](implicit arg0: Writer[T]): AsRaw[RawValue, T]

    Permalink
    Definition Classes
    RPCFramework

Inherited from ProcedureRPCFramework

Inherited from GetterRPCFramework

Inherited from RPCFramework

Inherited from AnyRef

Inherited from Any

Ungrouped