VertxZioServerInterpreter

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def route[I, E, O](e: Endpoint[I, E, O, ZioStreams])(logic: I => ZIO[R, E, O])(implicit runtime: Runtime[R]): Router => Route
def route[I, E, O](e: ServerEndpoint[I, E, O, ZioStreams, [_] =>> RIO[R, _$5]])(implicit runtime: Runtime[R]): Router => Route
def routeRecoverErrors[I, E, O](e: Endpoint[I, E, O, ZioStreams])(logic: I => RIO[R, O])(implicit eIsThrowable: E <:< Throwable, eClassTag: ClassTag[E], runtime: Runtime[R]): Router => Route
def vertxZioServerOptions: VertxZioServerOptions[[_] =>> RIO[R, _$1]]

Inherited methods

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