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 Type
    Method
    Description
    io.temporal.worker.WorkerFactory
     
    io.temporal.client.WorkflowClient
     
  • Method Details

    • getWorkflowClient

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

      io.temporal.worker.WorkerFactory getWorkerFactory()