Package io.elastic.api
Class ExecutionParameters
java.lang.Object
io.elastic.api.ExecutionParameters
- All Implemented Interfaces:
Serializable
Represents parameters for a
Function
execution passed
to Function.execute(ExecutionParameters)
.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getMessage
ReturnsMessage
for the component.- Returns:
- message instance
-
getConfiguration
public jakarta.json.JsonObject getConfiguration()Returns component's configuration.- Returns:
- json object representing component's configuration
-
getSnapshot
public jakarta.json.JsonObject getSnapshot()Returns component's snapshot.- Returns:
- json object representing component's snapshot
-
getEventEmitter
-
toString
-