| Package | Description |
|---|---|
| io.nflow.rest.v1.springweb |
Spring-webflux compatible services for managing and querying nFlow engine during run time.
|
| Constructor and Description |
|---|
MaintenanceResource(SchedulerService scheduler,
io.nflow.engine.service.MaintenanceService maintenanceService,
MaintenanceConverter converter) |
SpringWebResource(SchedulerService scheduler) |
StatisticsResource(SchedulerService scheduler,
StatisticsConverter statisticsConverter,
io.nflow.engine.service.StatisticsService statisticsService) |
WorkflowDefinitionResource(SchedulerService scheduler,
io.nflow.engine.service.WorkflowDefinitionService workflowDefinitions,
ListWorkflowDefinitionConverter converter,
io.nflow.engine.internal.dao.WorkflowDefinitionDao workflowDefinitionDao) |
WorkflowExecutorResource(SchedulerService scheduler,
io.nflow.engine.service.WorkflowExecutorService workflowExecutors,
ListWorkflowExecutorConverter converter) |
WorkflowInstanceResource(SchedulerService scheduler,
io.nflow.engine.service.WorkflowInstanceService workflowInstances,
CreateWorkflowConverter createWorkflowConverter,
ListWorkflowInstanceConverter listWorkflowConverter,
io.nflow.engine.workflow.instance.WorkflowInstanceFactory workflowInstanceFactory,
io.nflow.engine.internal.dao.WorkflowInstanceDao workflowInstanceDao) |
Copyright © 2014–2021 Nitor Creations. All rights reserved.