package vertx

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

Type Members

  1. final case class VertxCatsServerOptions[F[_]](uploadDirectory: File, maxQueueSizeForReadStream: Int, interceptors: List[Interceptor[F, (RoutingContext) ⇒ Unit]]) extends VertxServerOptions[F] with Product with Serializable
  2. class VertxExecutionContext extends ExecutionContext
  3. final case class VertxFutureServerOptions(uploadDirectory: File, interceptors: List[Interceptor[Future, (RoutingContext) ⇒ Unit]], specificExecutionContext: Option[ExecutionContext]) extends VertxServerOptions[Future] with Product with Serializable
  4. trait VertxServerOptions[F[_]] extends AnyRef
  5. final case class VertxZioServerOptions[F[_]](uploadDirectory: File, maxQueueSizeForReadStream: Int, interceptors: List[Interceptor[F, (RoutingContext) ⇒ Unit]]) extends VertxServerOptions[F] with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped