ArmeriaCatsServerOptions

sttp.tapir.server.armeria.cats.ArmeriaCatsServerOptions
See theArmeriaCatsServerOptions companion object
final case class ArmeriaCatsServerOptions[F[_]](dispatcher: Dispatcher[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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product