automorph.RpcClient$
See theRpcClient companion class
object RpcClient
Attributes
Members list
Type members
Classlikes
RPC client builder.
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
def transport[Effect[_], Context](transport: ClientTransport[Effect, Context]): ClientBuilder[Effect, Context]
Creates an RPC client builder with specified effect transport plugin.
Creates an RPC client builder with specified effect transport plugin.
Type parameters
- Context
-
RPC message context type
- Effect
-
effect type
Value parameters
- transport
-
transport protocol plugin
Attributes
- Returns
-
RPC client builder
In this article