Skip to content

Commit 18f3bff

Browse files
committed
add none type in health type
1 parent b5975ea commit 18f3bff

File tree

1 file changed

+5
-1
lines changed
  • grpc-server-spring-boot-starter/src/main/java/net/devh/boot/grpc/server/config

1 file changed

+5
-1
lines changed

grpc-server-spring-boot-starter/src/main/java/net/devh/boot/grpc/server/config/HealthType.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ public enum HealthType {
2727
/**
2828
* Uses a bridge to the Spring Boot Actuator health service.
2929
*/
30-
ACTUATOR
30+
ACTUATOR,
31+
/**
32+
* No health service will be created.
33+
*/
34+
NONE
3135
}

0 commit comments

Comments
 (0)