jsonrpclib.fs2
package jsonrpclib.fs2
Members list
Type members
Classlikes
trait CancelTemplate
A cancelation template that represents the RPC method by which cancelation
A cancelation template that represents the RPC method by which cancelation
Value parameters
- fromCallId
-
: a function to create a cancelation request out of a call id
- template
-
: the notification template for the cancelation method
- toCallId
-
: a function to extract a call id from a cancelation request
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object CancelTemplate
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CancelTemplate.type
trait FS2Channel[F[_]] extends Channel[F]
Attributes
- Companion
- object
- Supertypes
-
trait Channel[F]class Objecttrait Matchableclass Any
object FS2Channel
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FS2Channel.type
Implicits
Implicits
In this article