Class ExecutionContext
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
The execution context of an actions pipe.
- Author:
- Alexandre Russel
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecutionContext
(jakarta.mail.Message message) ExecutionContext
(jakarta.mail.Message message, ExecutionContext initialContext) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.Message
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 class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
initialContext
-
-
Constructor Details
-
ExecutionContext
public ExecutionContext() -
ExecutionContext
public ExecutionContext(jakarta.mail.Message message) -
ExecutionContext
-
-
Method Details
-
getMessage
public jakarta.mail.Message getMessage() -
getInitialContext
-