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 Detail

      • getWorkflowClient

        io.temporal.client.WorkflowClient getWorkflowClient()
      • getWorkerFactory

        io.temporal.worker.WorkerFactory getWorkerFactory()