Package io.quarkus.grpc.runtime.devmode
Class GrpcServerReloader
- java.lang.Object
-
- io.quarkus.grpc.runtime.devmode.GrpcServerReloader
-
public class GrpcServerReloader extends Object
-
-
Constructor Summary
Constructors Constructor Description GrpcServerReloader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StreamCollectordevModeCollector()static io.vertx.grpc.VertxServergetServer()static 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()
-
-
-
Method Detail
-
getServer
public static io.vertx.grpc.VertxServer getServer()
-
init
public static void init(io.vertx.grpc.VertxServer grpcServer)
-
devModeCollector
public static StreamCollector devModeCollector()
-
reset
public static void reset()
-
reinitialize
public static void reinitialize(List<io.grpc.ServerServiceDefinition> serviceDefinitions, Map<String,io.grpc.ServerMethodDefinition<?,?>> methods, List<io.grpc.ServerInterceptor> sortedInterceptors)
-
shutdown
public static void shutdown()
-
-