Class HealthUtil
java.lang.Object
org.hansken.plugin.extraction.runtime.grpc.client.HealthUtil
Health service utilities.
- Author:
- Netherlands Forensic Institute
-
Method Summary
-
Method Details
-
getHealthBlockingStub
Get aHealthGrpc.HealthBlockingStub. Note that this method is used in the test-framework because using the code directly gives problems with shading.- Parameters:
target- a host and port combined into an authority string- Returns:
- a blocking stub for the health service
-