VertxZioServerInterpreter

sttp.tapir.server.vertx.zio.VertxZioServerInterpreter
See theVertxZioServerInterpreter companion object
trait VertxZioServerInterpreter[R] extends CommonServerInterpreter, VertxErrorHandler

Attributes

Companion
object
Graph
Supertypes
trait VertxErrorHandler
trait CommonServerInterpreter
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def route[R2](e: ZServerEndpoint[R2, ZioStreams & WebSockets])(implicit runtime: Runtime[R & R2]): Router => Route

Inherited methods

def handleError(rc: RoutingContext, ex: Throwable): Future[Void]

Attributes

Inherited from:
VertxErrorHandler
protected def mountWithDefaultHandlers[C, F[_]](e: ServerEndpoint[C, F])(router: Router, routeDef: RouteDefinition, serverOptions: VertxServerOptions[F]): Route

Attributes

Inherited from:
CommonServerInterpreter