korolev.internal.Frontend
See theFrontend companion object
final class Frontend[F[_]](incomingMessages: Stream[F, String])(implicit evidence$1: Effect[F], reporter: Reporter, ec: ExecutionContext)
Typed interface to client side
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
def downloadFile(name: String, stream: Stream[F, Bytes], size: Option[Long], mimeType: String): F[Unit]
Concrete fields
In this article