Package com.yahoo.language.process
Class Embedder.Context
java.lang.Object
com.yahoo.language.process.InvocationContext<Embedder.Context>
com.yahoo.language.process.Embedder.Context
- Enclosing interface:
- Embedder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Return the component id or 'unknown' if not set.setEmbedderId(String componentId) Sets the component id.Methods inherited from class com.yahoo.language.process.InvocationContext
computeCachedValueIfAbsent, getCache, getCachedValue, getComponentId, getDestination, getLanguage, putCachedValue, setComponentId, setDestination, setLanguage
-
Constructor Details
-
Context
-
Context
-
Context
-
-
Method Details
-
copy
-
getEmbedderId
Return the component id or 'unknown' if not set. -
setEmbedderId
Sets the component id.
-