| Package | Description |
|---|---|
| io.serverlessworkflow.api.end | |
| io.serverlessworkflow.api.produce | |
| io.serverlessworkflow.api.transitions |
| Modifier and Type | Method and Description |
|---|---|
List<ProduceEvent> |
End.getProduceEvents()
Array of events to be produced
|
| Modifier and Type | Method and Description |
|---|---|
void |
End.setProduceEvents(List<ProduceEvent> produceEvents)
Array of events to be produced
|
End |
End.withProduceEvents(List<ProduceEvent> produceEvents) |
| Modifier and Type | Method and Description |
|---|---|
ProduceEvent |
ProduceEvent.withContextAttributes(Map<String,String> contextAttributes) |
ProduceEvent |
ProduceEvent.withData(String data) |
ProduceEvent |
ProduceEvent.withEventRef(String eventRef) |
| Modifier and Type | Method and Description |
|---|---|
List<ProduceEvent> |
Transition.getProduceEvents()
Array of events to be produced
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transition.setProduceEvents(List<ProduceEvent> produceEvents)
Array of events to be produced
|
Transition |
Transition.withProduceEvents(List<ProduceEvent> produceEvents) |
Copyright © 2020–2023 CNCF. All rights reserved.