package pekko
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- pekko
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class PekkoHttpServerConfig(maxRequestBodySize: Int = ..., outputBufferSize: Int = ..., wsStreamedCompletionTimeout: FiniteDuration = ..., wsStreamedParallelism: Int = ...) extends Product with Serializable
- type PekkoHttpService = (PekkoHttpServerConfig) ⇒ Route
- abstract class SimplePekkoHttpKorolevApp extends AnyRef
Value Members
- def pekkoHttpService[F[_], S, M](config: KorolevServiceConfig[F, S, M], wsLoggingEnabled: Boolean = false)(implicit arg0: Effect[F], arg1: StateSerializer[S], arg2: StateDeserializer[S], actorSystem: ActorSystem, materializer: Materializer, ec: ExecutionContext): PekkoHttpService
- object PekkoHttpServerConfig extends Serializable
- object instances