- SDKTestOptions - Class in io.temporal.testing.internal
-
- SDKTestOptions() - Constructor for class io.temporal.testing.internal.SDKTestOptions
-
- SDKTestWorkflowRule - Class in io.temporal.testing.internal
-
Intended to be used only in the Java SDK test code.
- SDKTestWorkflowRule.Builder - Class in io.temporal.testing.internal
-
- setActivityHeartbeatListener(Class<T>, Functions.Proc1<T>) - Method in interface io.temporal.testing.TestActivityEnvironment
-
Sets a listener that is called every time an activity implementation heartbeats through ActivityExecutionContext.heartbeat(Object)
.
- setActivityHeartbeatListener(Class<T>, Type, Functions.Proc1<T>) - Method in interface io.temporal.testing.TestActivityEnvironment
-
Sets a listener that is called every time an activity implementation heartbeats through ActivityExecutionContext.heartbeat(Object)
.
- setActivityHeartbeatListener(Class<T>, Functions.Proc1<T>) - Method in class io.temporal.testing.TestActivityEnvironmentInternal
-
- setActivityHeartbeatListener(Class<T>, Type, Functions.Proc1<T>) - Method in class io.temporal.testing.TestActivityEnvironmentInternal
-
- setActivityImplementations(Object...) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setActivityImplementations(Object...) - Method in class io.temporal.testing.TestActivityExtension.Builder
-
Specify activity implementations to register with the Temporal worker
- setActivityImplementations(Object...) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Specify activity implementations to register with the Temporal worker
- setActivityImplementations(Object...) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
- setDoNotStart(boolean) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setDoNotStart(boolean) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
- setDoNotStart(boolean) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
- setExpected(String...) - Method in class io.temporal.testing.internal.TracingWorkerInterceptor
-
- setInitialTime(Instant) - Method in class io.temporal.testing.TestEnvironmentOptions.Builder
-
Set the initial time for the workflow virtual clock.
- setInitialTime(Instant) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Set the initial time for the workflow virtual clock.
- setInitialTime(Instant) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
Set the initial time for the workflow virtual clock.
- setInitialTimeMillis(long) - Method in class io.temporal.testing.TestEnvironmentOptions.Builder
-
Set the initial time for the workflow virtual clock, milliseconds since epoch.
- setInitialTimeMillis(long) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Set the initial time for the workflow virtual clock, milliseconds since epoch.
- setInitialTimeMillis(long) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
Set the initial time for the workflow virtual clock, milliseconds since epoch.
- setMetricsScope(Scope) - Method in class io.temporal.testing.TestEnvironmentOptions.Builder
-
- setNamespace(String) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setNamespace(String) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Set Temporal namespace to use for tests, by default, UnitTest
is used.
- setNamespace(String) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
- setTarget(String) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setTarget(String) - Method in class io.temporal.testing.TestEnvironmentOptions.Builder
-
Optional parameter that defines an endpoint which will be used for the communication with
standalone temporal service.
- setTarget(String) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
Optional parameter that defines an endpoint which will be used for the communication with
standalone temporal service.
- setTestEnvironmentOptions(TestEnvironmentOptions) - Method in class io.temporal.testing.TestActivityExtension.Builder
-
- setTestTimeoutSeconds(long) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
Global test timeout.
- setTestTimeoutSeconds(long) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
- setUseExternalService(boolean) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setUseExternalService(boolean) - Method in class io.temporal.testing.TestEnvironmentOptions.Builder
-
Set to true in order to make test environment use external temporal service or false for
in-memory test implementation.
- setUseExternalService(boolean) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
Switches between in-memory and external temporal service implementations.
- setWorkerFactoryOptions(WorkerFactoryOptions) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setWorkerFactoryOptions(WorkerFactoryOptions) - Method in class io.temporal.testing.TestEnvironmentOptions.Builder
-
Set factoryOptions for worker factory used to create workers.
- setWorkerFactoryOptions(WorkerFactoryOptions) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Override WorkerFactoryOptions
for test environment.
- setWorkerFactoryOptions(WorkerFactoryOptions) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
- setWorkerOptions(WorkerOptions) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setWorkerOptions(WorkerOptions) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
- setWorkerOptions(WorkerOptions) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
- setWorkflowClientOptions(WorkflowClientOptions) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setWorkflowClientOptions(WorkflowClientOptions) - Method in class io.temporal.testing.TestEnvironmentOptions.Builder
-
- setWorkflowClientOptions(WorkflowClientOptions) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Override WorkflowClientOptions
for test environment.
- setWorkflowClientOptions(WorkflowClientOptions) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
Override WorkflowClientOptions
for test environment.
- setWorkflowServiceStubsOptions(WorkflowServiceStubsOptions) - Method in class io.temporal.testing.TestEnvironmentOptions.Builder
-
- setWorkflowTypes(Class<?>...) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setWorkflowTypes(WorkflowImplementationOptions, Class<?>...) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule.Builder
-
- setWorkflowTypes(Class<?>...) - Method in class io.temporal.testing.TestWorkflowExtension.Builder
-
Specify workflow implementation types to register with the Temporal worker.
- setWorkflowTypes(Class<?>...) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
- setWorkflowTypes(WorkflowImplementationOptions, Class<?>...) - Method in class io.temporal.testing.TestWorkflowRule.Builder
-
- shutdown() - Method in class io.temporal.testing.internal.SDKTestWorkflowRule
-
- shutdown() - Method in interface io.temporal.testing.TestWorkflowEnvironment
-
Initiates an orderly shutdown in which polls are stopped and already received workflow and
activity tasks are executed.
- shutdown() - Method in class io.temporal.testing.TestWorkflowEnvironmentInternal
-
- shutdown() - Method in class io.temporal.testing.TestWorkflowRule
-
- shutdownNow() - Method in interface io.temporal.testing.TestWorkflowEnvironment
-
Initiates an orderly shutdown in which polls are stopped and already received workflow and
activity tasks are attempted to be stopped.
- shutdownNow() - Method in class io.temporal.testing.TestWorkflowEnvironmentInternal
-
- shutdownTestService() - Method in interface io.temporal.testing.TestWorkflowEnvironment
-
Deprecated.
- shutdownTestService() - Method in class io.temporal.testing.TestWorkflowEnvironmentInternal
-
Deprecated.
- signalExternalWorkflowExecution(String, SignalExternalWorkflowExecutionCommandAttributes, TestWorkflowMutableState) - Method in class io.temporal.internal.testservice.TestWorkflowService
-
- signalWithStartWorkflowExecution(SignalWithStartWorkflowExecutionRequest, StreamObserver<SignalWithStartWorkflowExecutionResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
-
- signalWorkflowExecution(SignalWorkflowExecutionRequest, StreamObserver<SignalWorkflowExecutionResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
-
- sleep(Duration) - Method in class io.temporal.internal.testservice.TestWorkflowService
-
Blocks calling thread until internal clock doesn't pass the current + duration time.
- sleep(Duration) - Method in class io.temporal.testing.internal.SDKTestWorkflowRule
-
- sleep(Duration) - Method in interface io.temporal.testing.TestWorkflowEnvironment
-
Wait until internal test Temporal service time passes the specified duration.
- sleep(Duration) - Method in class io.temporal.testing.TestWorkflowEnvironmentInternal
-
- start() - Method in interface io.temporal.testing.TestWorkflowEnvironment
-
Start all workers created by this factory.
- start() - Method in class io.temporal.testing.TestWorkflowEnvironmentInternal
-
- startWorkflowExecution(StartWorkflowExecutionRequest, StreamObserver<StartWorkflowExecutionResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
-
- StateUtils - Class in io.temporal.internal.testservice
-
- StateUtils() - Constructor for class io.temporal.internal.testservice.StateUtils
-
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.temporal.testing.TestActivityExtension
-
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.temporal.testing.TestWorkflowExtension
-