-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
-
-
Constructor Summary
Constructors
-
Method Summary
Event that is associated with this execution.
The account Id of the user who triggered this event chain.
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
ComponentInputsImpl
public ComponentInputsImpl()
-
Method Details
-
getEvent
Event that is associated with this execution. Can assumed to be not null in normal circumstances.
- Specified by:
getEvent in interface ComponentInputs
-