LocalRPCContext

class Object
trait Matchable
class Any

Value members

Concrete methods

def attach(newContext: RPCContext): RPCContext

Attach a new RPC context and return the previous context

Attach a new RPC context and return the previous context

def detach(previousContext: RPCContext): Unit