public interface Context extends org.burningwave.core.Component, IterableObjectSupport, ControllableContext, ListenableContext, Clearable, Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Context.Abst |
static class |
Context.IterationContext<T> |
static class |
Context.Operation |
static class |
Context.Simple |
ControllableContext.Directive| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Context |
createSymmetricClone() |
<T> T |
get(Object key) |
<K,V> Context |
put(K key,
V value) |
Context |
putAll(Context input) |
Context |
putAll(Map<?,?> inputContainer) |
Context |
removeAll(Object... keys) |
logDebug, logDebug, logError, logError, logInfo, logInfo, logWarn, logWarngetCurrentIteratedObject, getCurrentIterationIndex, getCurrentIterationResult, setCurrentIterationResultcontainsOneOf, putDirective, removeDirectivewaitForPut, waitForRemove<T> T get(Object key)
<K,V> Context put(K key, V value)
void close()
close in interface AutoCloseableclose in interface org.burningwave.core.ComponentContext createSymmetricClone()
Copyright © 2019. All rights reserved.