ServerBuilder

automorph.RpcServer.ServerBuilder

RPC server builder.

Type parameters

Context

RPC message context type

Effect

effect type

Value parameters

transport

server transport protocol plugin

Attributes

Constructor

Creates a new RPC server builder.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def rpcProtocol[Node, Codec <: MessageCodec[Node]](rpcProtocol: RpcProtocol[Node, Codec, Context]): RpcServer[Node, Codec, Effect, Context]

Creates a new RPC server with specified RPC protocol plugin.

Creates a new RPC server with specified RPC protocol plugin.

Type parameters

Codec

message codec plugin type

Node

message node type

Value parameters

rpcProtocol

RPC protocol plugin

Attributes

Returns

RPC server builder

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product