Attributes
Members list
Type members
Classlikes
RPC server builder.
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.
- Supertypes
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Creates a RPC server with specified protocol and transport plugins supporting corresponding message context type.
Creates a RPC server with specified protocol and transport plugins supporting corresponding message context type.
Type parameters
- Codec
-
message codec plugin type
- Context
-
RPC message context type
- Effect
-
effect type
- Node
-
message node type
Value parameters
- protocol
-
RPC protocol plugin
- transport
-
server transport protocol plugin
Attributes
- Returns
-
RPC server
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