We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841b7cf commit cded528Copy full SHA for cded528
1 file changed
temporal-sdk/src/test/java/io/temporal/workflow/nexus/PerEndpointEncryptionClientInterceptor.java
@@ -1,16 +1,10 @@
1
package io.temporal.workflow.nexus;
2
3
-import io.temporal.api.common.v1.WorkflowExecution;
4
-import io.temporal.client.ActivityCompletionClient;
5
-import io.temporal.client.WorkflowOptions;
6
-import io.temporal.client.WorkflowStub;
7
import io.temporal.common.converter.DefaultDataConverter;
8
import io.temporal.common.interceptors.WorkflowClientCallsInterceptor;
9
import io.temporal.common.interceptors.WorkflowClientCallsInterceptorBase;
10
-import io.temporal.common.interceptors.WorkflowClientInterceptor;
11
import io.temporal.common.interceptors.WorkflowClientInterceptorBase;
12
import io.temporal.nexus.Nexus;
13
-import java.util.Optional;
14
15
/**
16
* Client interceptor for per-endpoint Nexus encryption.
0 commit comments