Package io.quarkus.grpc.runtime.devmode
Class GrpcServerReloader
java.lang.Object
io.quarkus.grpc.runtime.devmode.GrpcServerReloader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StreamCollectorstatic io.vertx.grpc.VertxServerstatic voidinit(io.vertx.grpc.VertxServer grpcServer) static voidreinitialize(List<io.grpc.ServerServiceDefinition> serviceDefinitions, Map<String, io.grpc.ServerMethodDefinition<?, ?>> methods, List<io.grpc.ServerInterceptor> sortedInterceptors) static voidreset()static voidshutdown()
-
Constructor Details
-
GrpcServerReloader
public GrpcServerReloader()
-
-
Method Details
-
getServer
public static io.vertx.grpc.VertxServer getServer() -
init
public static void init(io.vertx.grpc.VertxServer grpcServer) -
devModeCollector
-
reset
public static void reset() -
reinitialize
-
shutdown
public static void shutdown()
-