VertxZioServerInterpreter

trait VertxZioServerInterpreter[R] extends CommonServerInterpreter
Companion:
object
trait CommonServerInterpreter
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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