VertxZioServerInterpreter

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

Attributes

Companion
object
Graph
Supertypes
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

protected def mountWithDefaultHandlers[C, F[_]](e: ServerEndpoint[C, F])(router: Router, routeDef: RouteDefinition): Route

Attributes

Inherited from:
CommonServerInterpreter