Interface TestWorkflowEnvironmentAdapter
-
public interface TestWorkflowEnvironmentAdapterCreates a level of indirection over theTestWorkflowEnvironmentthat allows the AutoConfiguration and Starter to work with temporal-testing dependency in classpath. Otherwise, users faceNoClassDefFoundErrorforTestWorkflowEnvironment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.temporal.worker.WorkerFactorygetWorkerFactory()io.temporal.client.WorkflowClientgetWorkflowClient()
-