ClientBuilder

automorph.RpcClient.ClientBuilder

RPC client builder.

Type parameters

Context

request context type

Effect

effect type

Value parameters

transport

transport protocol plugin

Attributes

Constructor

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

Creates a new RPC client with specified RPC protocol plugin.

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product