public final class ExecutionParameters
extends java.lang.Object
implements java.io.Serializable
Module execution passed
to Module.execute(ExecutionParameters).| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionParameters.Builder
Used to build
ExecutionParameters instances. |
| Modifier and Type | Method and Description |
|---|---|
javax.json.JsonObject |
getConfiguration()
Returns component's configuration.
|
EventEmitter |
getEventEmitter() |
Message |
getMessage()
Returns
Message for the component. |
javax.json.JsonObject |
getSnapshot()
Returns component's snapshot.
|
java.lang.String |
toString() |
public javax.json.JsonObject getConfiguration()
public javax.json.JsonObject getSnapshot()
public EventEmitter getEventEmitter()
public java.lang.String toString()
toString in class java.lang.Object