Packages

p

korolev

akka

package akka

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

Type Members

  1. case class AkkaHttpServerConfig(maxRequestBodySize: Int = ..., outputBufferSize: Int = ..., wsStreamedCompletionTimeout: FiniteDuration = ..., wsStreamedParallelism: Int = ...) extends Product with Serializable
  2. type AkkaHttpService = (AkkaHttpServerConfig) ⇒ Route
  3. abstract class SimpleAkkaHttpKorolevApp extends AnyRef

Value Members

  1. def akkaHttpService[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): AkkaHttpService
  2. object AkkaHttpServerConfig extends Serializable
  3. object instances

Inherited from AnyRef

Inherited from Any

Ungrouped