Interface TestWorkflowEnvironmentAdapter
public interface TestWorkflowEnvironmentAdapter
Creates a level of indirection over the
TestWorkflowEnvironment that allows the
AutoConfiguration and Starter to work with temporal-testing dependency in classpath. Otherwise,
users face NoClassDefFoundError for TestWorkflowEnvironment.-
Method Summary
Modifier and TypeMethodDescriptionio.temporal.worker.WorkerFactoryio.temporal.client.WorkflowClient
-
Method Details
-
getWorkflowClient
io.temporal.client.WorkflowClient getWorkflowClient() -
getWorkerFactory
io.temporal.worker.WorkerFactory getWorkerFactory()
-