Class GrpcDevConsoleProcessor.TestEndpointHandler
- java.lang.Object
-
- io.quarkus.grpc.deployment.devmode.GrpcDevConsoleProcessor.TestEndpointHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
- Enclosing class:
- GrpcDevConsoleProcessor
static class GrpcDevConsoleProcessor.TestEndpointHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
-
Constructor Summary
Constructors Constructor Description TestEndpointHandler(Collection<Class<?>> grpcServiceClasses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.vertx.ext.web.RoutingContext context)(package private) voidinit()
-
-
-
Constructor Detail
-
TestEndpointHandler
TestEndpointHandler(Collection<Class<?>> grpcServiceClasses)
-
-
Method Detail
-
init
void init() throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
handle
public void handle(io.vertx.ext.web.RoutingContext context)
- Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
-