Class GrpcServerReloader


  • public class GrpcServerReloader
    extends Object
    • Constructor Detail

      • GrpcServerReloader

        public GrpcServerReloader()
    • Method Detail

      • getServer

        public static io.vertx.grpc.VertxServer getServer()
      • init

        public static void init​(io.vertx.grpc.VertxServer grpcServer)
      • 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()