Uses of Class
io.thestencil.quarkus.ide.services.IDEServicesContext
-
Packages that use IDEServicesContext Package Description io.thestencil.quarkus.ide.services io.thestencil.quarkus.ide.services.handlers -
-
Uses of IDEServicesContext in io.thestencil.quarkus.ide.services
Methods in io.thestencil.quarkus.ide.services that return IDEServicesContext Modifier and Type Method Description IDEServicesContextIDEServicesProducer. stencilIdeServicesContext(io.vertx.mutiny.core.Vertx vertx, com.fasterxml.jackson.databind.ObjectMapper objectMapper, io.vertx.mutiny.pgclient.PgPool pgPool) -
Uses of IDEServicesContext in io.thestencil.quarkus.ide.services.handlers
Methods in io.thestencil.quarkus.ide.services.handlers with parameters of type IDEServicesContext Modifier and Type Method Description static voidHdesResourceHandler. catch404(String id, IDEServicesContext ctx, io.vertx.core.http.HttpServerResponse response)static voidHdesResourceHandler. catch422(Throwable e, IDEServicesContext ctx, io.vertx.core.http.HttpServerResponse response)protected abstract voidHdesResourceHandler. handleResource(io.vertx.ext.web.RoutingContext event, io.vertx.core.http.HttpServerResponse response, IDEServicesContext ctx, com.fasterxml.jackson.databind.ObjectMapper objectMapper)protected voidIDEServicesResourceHandler. handleResource(io.vertx.ext.web.RoutingContext event, io.vertx.core.http.HttpServerResponse response, IDEServicesContext ctx, com.fasterxml.jackson.databind.ObjectMapper objectMapper)<T> voidIDEServicesResourceHandler. subscribe(io.smallrye.mutiny.Uni<T> uni, io.vertx.core.http.HttpServerResponse response, IDEServicesContext ctx, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-