Packages

p

korolev

server

package server

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. server
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type HttpRequest[F[_]] = Request[Stream[F, Bytes]]
  2. type HttpResponse[F[_]] = Response[Stream[F, Bytes]]
  3. abstract class KorolevApp[F[_], B, S, M] extends AnyRef
  4. type StateLoader[F[_], S] = (DeviceId, Head) => F[S]
  5. type WebSocketRequest[F[_]] = Request[Stream[F, String]]
  6. type WebSocketResponse[F[_]] = Response[Stream[F, String]]

Value Members

  1. def korolevService[F[_], S, M](config: KorolevServiceConfig[F, S, M])(implicit arg0: Effect[F], arg1: StateSerializer[S], arg2: StateDeserializer[S]): KorolevService[F]
  2. object standalone

Inherited from AnyRef

Inherited from Any

Ungrouped