automorph.transport.generic.endpoint.GenericEndpoint
See theGenericEndpoint companion object
final case class GenericEndpoint[Effect[_], Context](effectSystem: EffectSystem[Effect], handler: RequestHandler[Effect, Context]) extends EndpointTransport[Effect, Context, Unit]
Generic endpoint transport plugin.
Passes RPC API requests directly to the specified RPC request handler.
Type parameters
- Context
-
RPC message context type
- Effect
-
effect type
Value parameters
- effectSystem
-
effect system plugin
- handler
-
RPC request handler
Attributes
Members list
In this article