Package io.temporal.internal.replay
Interface ReplayWorkflowFactory
-
- All Known Implementing Classes:
POJOWorkflowImplementationFactory
public interface ReplayWorkflowFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplayWorkflow
getWorkflow(io.temporal.api.common.v1.WorkflowType workflowType)
boolean
isAnyTypeSupported()
-
-
-
Method Detail
-
getWorkflow
ReplayWorkflow getWorkflow(io.temporal.api.common.v1.WorkflowType workflowType) throws java.lang.Exception
- Throws:
java.lang.Exception
-
isAnyTypeSupported
boolean isAnyTypeSupported()
-
-