GenericEndpoint

automorph.transport.generic.endpoint.GenericEndpoint
See theGenericEndpoint companion object

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

Constructor

Creates a generic endpoint transport plugin

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EndpointTransport[Effect, Context, Unit]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def adapter: Unit

Transport layer adapter.

Transport layer adapter.

Attributes

Definition Classes
override def withHandler(handler: RequestHandler[Effect, Context]): GenericEndpoint[Effect, Context]

Create a copy of this endpoint transport with specified RPC request handler.

Create a copy of this endpoint transport with specified RPC request handler.

Value parameters

handler

RPC request handler

Attributes

Returns

server transport

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product