Class WorkerTaskReachability


  • public class WorkerTaskReachability
    extends java.lang.Object
    Contains information about the reachability of some Build IDs.
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkerTaskReachability​(io.temporal.api.workflowservice.v1.GetWorkerTaskReachabilityResponse reachabilityResponse)  
    • Constructor Detail

      • WorkerTaskReachability

        public WorkerTaskReachability​(io.temporal.api.workflowservice.v1.GetWorkerTaskReachabilityResponse reachabilityResponse)
    • Method Detail

      • getBuildIdReachability

        public java.util.Map<java.lang.String,​BuildIdReachability> getBuildIdReachability()
        Returns:
        Returns a map of Build IDs to information about their reachability.