ArmeriaFutureServerOptions

sttp.tapir.server.armeria.ArmeriaFutureServerOptions
See theArmeriaFutureServerOptions companion object
final case class ArmeriaFutureServerOptions(createFile: () => Future[TapirFile], deleteFile: TapirFile => Future[Unit], interceptors: List[Interceptor[Future]]) extends ArmeriaServerOptions[Future]

Attributes

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

Members list

Value members

Concrete methods

def appendInterceptor(i: Interceptor[Future]): ArmeriaFutureServerOptions
def prependInterceptor(i: Interceptor[Future]): ArmeriaFutureServerOptions

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product