VertxZioServerOptions

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait VertxServerOptions[[_] =>> RIO[R, _$2]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def appendInterceptor(i: Interceptor[[_] =>> RIO[R, _$4]]): VertxZioServerOptions[R]
def prependInterceptor(i: Interceptor[[_] =>> RIO[R, _$3]]): VertxZioServerOptions[R]
def widen[R2 <: R]: VertxZioServerOptions[R2]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product