All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.udash.rpc.UsesRemoteRPC.scala Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package io.udash.rpc

/**
  * Base trait for anything that uses remote RPC interface.
  */
trait UsesRemoteRPC[T] {
  /**
    * Sends the raw RPC invocation of method returning `Unit` through network.
    */
  protected def fireRemote(getterChain: List[RpcInvocation], invocation: RpcInvocation): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy