Interface ReplayWorkflowActivity

    • Method Detail

      • registerWorkflowImplementationTypes

        void registerWorkflowImplementationTypes​(java.lang.Class<?>... workflowImplementationClasses)
      • registerWorkflowImplementationTypesWithOptions

        void registerWorkflowImplementationTypesWithOptions​(WorkflowImplementationOptions options,
                                                            java.lang.Class<?>... workflowImplementationClasses)
      • addWorkflowImplementationFactory

        <R> void addWorkflowImplementationFactory​(java.lang.Class<R> workflowInterface,
                                                  Functions.Func<R> factory)