rpc.MethodCodec.Call
See theCall companion trait
object Call
Attributes
Members list
Type members
Classlikes
case class EffectCall[Service, Input, Output](call: (Service, Input) => Task[Output]) extends Call[Service, Input, Output]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class StreamedCall[Service, Input, Output](call: (Service, Input) => Streamed[Output]) extends Call[Service, Input, Output]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article