EndpointBuilder

automorph.RpcEndpoint.EndpointBuilder

RPC endpoint builder.

Type parameters

Adapter

transport layer transport type

Context

RPC message context type

Effect

effect type

Value parameters

transport

server integration plugin

Attributes

Constructor

Creates a new RPC endpoint 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]): RpcEndpoint[Node, Codec, Effect, Context, Adapter]

Creates a new RPC endpoint with specified RPC protocol plugin.

Creates a new RPC endpoint 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 endpoint builder

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product