| Modifier and Type | Interface and Description |
|---|---|
interface |
Task<C extends FlowContext>
Marker interface for one work item inside a flow
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends FlowContext> |
Flow.series(C context,
Collection<? extends Task<C>> tasks)
Executes multiple tasks in order.
|
static <C extends FlowContext> |
Flow.series(C context,
Task<C>... task)
Executes multiple tasks in order.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.