package fs2
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- fs2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait CancelTemplate extends AnyRef
A cancelation template that represents the RPC method by which cancelation
- trait FS2Channel[F[_]] extends Channel[F]
A JSON-RPC communication channel built on top of
fs2.Stream
.A JSON-RPC communication channel built on top of
fs2.Stream
.FS2Channel[F]
enables streaming JSON-RPC messages into and out of an effectful system. It provides methods to register handlers (Endpoint[F]
) for specific method names.This is the primary server-side integration point for using JSON-RPC over FS2.
Value Members
- implicit def catsMonadic[F[_]](implicit arg0: MonadThrow[F]): Monadic[F]
- object CancelTemplate
- object FS2Channel
- object lsp