VertxZioServerOptions

sttp.tapir.server.vertx.zio.VertxZioServerOptions
See theVertxZioServerOptions companion object
final case class VertxZioServerOptions[F[_]](uploadDirectory: TapirFile, deleteFile: TapirFile => F[Unit], maxQueueSizeForReadStream: Int, interceptors: List[Interceptor[F]]) extends VertxServerOptions[F]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait VertxServerOptions[F]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def appendInterceptor(i: Interceptor[F]): VertxZioServerOptions[F]
def prependInterceptor(i: Interceptor[F]): VertxZioServerOptions[F]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product