ArmeriaZioServerOptions

sttp.tapir.server.armeria.zio.ArmeriaZioServerOptions
See theArmeriaZioServerOptions companion object
final case class ArmeriaZioServerOptions[F[_]](createFile: () => F[TapirFile], deleteFile: TapirFile => F[Unit], interceptors: List[Interceptor[F]]) extends ArmeriaServerOptions[F]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ArmeriaServerOptions[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product