sttp.tapir.server.vertx.cats
package sttp.tapir.server.vertx.cats
Members list
Packages
Type members
Classlikes
trait VertxCatsServerInterpreter[F[_]] extends CommonServerInterpreter, VertxErrorHandler
Attributes
- Companion
- object
- Supertypes
-
trait VertxErrorHandlertrait CommonServerInterpreterclass Objecttrait Matchableclass Any
object VertxCatsServerInterpreter
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait VertxServerOptions[F]class Objecttrait Matchableclass AnyShow all
object VertxCatsServerOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
In this article