Class HealthUtil
- java.lang.Object
-
- org.hansken.plugin.extraction.runtime.grpc.client.HealthUtil
-
public final class HealthUtil extends Object
Health service utilities.- Author:
- Netherlands Forensic Institute
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HealthGrpc.HealthBlockingStubgetHealthBlockingStub(String target)
-
-
-
Method Detail
-
getHealthBlockingStub
public static HealthGrpc.HealthBlockingStub getHealthBlockingStub(String target)
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
-
-