| Package | Description |
|---|---|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.util.process |
| Modifier and Type | Method and Description |
|---|---|
ProcessInstance |
SpongeEngine.createProcessInstance(ProcessConfiguration configuration)
Creates a new process instance but doesn't run it.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessInstance |
ProcessInstanceBuilder.build()
Builds the process instance but doesn't run it.
|
ProcessInstance |
ProcessInstanceBuilder.run()
Runs a new process synchronously.
|
ProcessInstance |
ProcessInstance.run()
Runs a new process synchronously.
|
ProcessInstance |
ProcessInstanceBuilder.runAsync()
Runs a new process asynchronously.
|
ProcessInstance |
ProcessInstance.runAsync()
Runs a new process asynchronously.
|
Copyright © 2016–2020 Softelnet. All rights reserved.