public interface Context
extends java.util.Map<java.lang.String,java.lang.Object>
Map
.
Context properties can be retrieved by calling Map.get(Object)
,
and set by calling Map.put(Object, Object)
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollection()
Get name of the collection used by current pipeline.
|