| Package | Description |
|---|---|
| de.digitalcollections.workflow.engine | |
| de.digitalcollections.workflow.engine.flow |
| Constructor | Description |
|---|---|
Engine(MessageBroker messageBroker,
Flow flow) |
Creates a new Engine instance with concurrent workers.
|
Engine(MessageBroker messageBroker,
Flow flow,
int concurrentWorkers) |
Creates a new Engine instance with a fixed number of concurrent workers.
|
Engine(MessageBroker messageBroker,
Flow flow,
int concurrentWorkers,
ProcessReport processReport) |
Creates a new Engine instance with a fixed number of concurrent workers.
|
Engine(MessageBroker messageBroker,
Flow flow,
ProcessReport processReport) |
Creates a new Engine instance with a customized process report.
|
| Modifier and Type | Method | Description |
|---|---|---|
Flow<M,R,W> |
FlowBuilder.build() |
Finally builds the flow.
|
Copyright © 2018. All rights reserved.