We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5c961 commit 0b3f0a4Copy full SHA for 0b3f0a4
grpc-examples/src/main/java/io/vertx/example/grpc/health/Server.java
@@ -44,7 +44,7 @@ public Future<?> start() {
44
HealthService healthService = HealthService.create(vertx);
45
46
// Bind the health service
47
- healthService.bind(rpcServer);
+ rpcServer.addService(healthService);
48
49
// By default, the health service always returns SERVING status for all services if they were registered through addService.
50
// but you can register a specific health check for a specific service.
0 commit comments