VertxZioServerOptions

final case
class VertxZioServerOptions[F[_]](uploadDirectory: TapirFile, deleteFile: TapirFile => F[Unit], maxQueueSizeForReadStream: Int, interceptors: List[Interceptor[F]]) extends VertxServerOptions[F]
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product