VertxCatsServerOptions

sttp.tapir.server.vertx.cats.VertxCatsServerOptions
See theVertxCatsServerOptions companion object
final case class VertxCatsServerOptions[F[_]](dispatcher: Dispatcher[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
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product