public class Context extends HashMap<String,Object>
Each participant (processors and readers) used in a pipeline might require certain properties when it executes, it is the job of the pipeline to set these properties before execution.
Participants can use this context to pass values between each other during execution, or to cache data.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Context() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.