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

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

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

/**
  * Base trait for anything that exposes some RPC interface.
  */
trait ExposesLocalRPC[T] {
  /**
    * Implementation of local RPC interface. Common approach is to implement the local RPC directly and
    * return reference to `this` here.
    */
  protected def localRpc: T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy