We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f2cbe commit 5201ff1Copy full SHA for 5201ff1
1 file changed
temporal-sdk/src/main/java/io/temporal/internal/client/RootWorkflowClientInvoker.java
@@ -5,6 +5,7 @@
5
import static io.temporal.internal.common.HeaderUtils.intoPayloadMap;
6
import static io.temporal.internal.common.WorkflowExecutionUtils.makeUserMetaData;
7
8
+import com.google.common.collect.Iterators;
9
import io.grpc.Deadline;
10
import io.grpc.Status;
11
import io.grpc.StatusRuntimeException;
@@ -35,8 +36,6 @@
35
36
import org.slf4j.Logger;
37
import org.slf4j.LoggerFactory;
38
-import com.google.common.collect.Iterators;
39
-
40
public class RootWorkflowClientInvoker implements WorkflowClientCallsInterceptor {
41
private static final Logger log = LoggerFactory.getLogger(RootWorkflowClientInvoker.class);
42
private static final long POLL_UPDATE_TIMEOUT_S = 60L;
0 commit comments