jsonrpclib.StubTemplate
See theStubTemplate companion trait
object StubTemplate
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StubTemplate.type
Members list
Type members
Classlikes
final case class NotificationTemplate[In](method: String, inCodec: Codec[In]) extends StubTemplate[In, Nothing, Unit]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class RequestResponseTemplate[In, Err, Out](method: String, inCodec: Codec[In], errCodec: ErrorCodec[Err], outCodec: Codec[Out]) extends StubTemplate[In, Err, Out]
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
Value members
Concrete methods
def simple[In, Out](method: String)(implicit inCodec: Codec[In], outCodec: Codec[Out]): StubTemplate[In, ErrorPayload, Out]
In this article