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 Details

    • getHealthBlockingStub

      public static HealthGrpc.HealthBlockingStub getHealthBlockingStub(String target)
      Get a HealthGrpc.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