R
- the return type of real-method that is being executedpublic interface ExecutionContext<R>
Modifier and Type | Method and Description |
---|---|
<T> T |
getContextAttribute(String name) |
Collection<ExecutedTask<R>> |
getExecutionsInProgress() |
<U> U |
getUserData() |
boolean |
hasContextAttribute(String name) |
<T> void |
setContextAttribute(String name,
T value) |
Collection<ExecutedTask<R>> getExecutionsInProgress()
<U> U getUserData()
<T> void setContextAttribute(String name, T value)
boolean hasContextAttribute(String name)
<T> T getContextAttribute(String name)
Copyright © 2017. All rights reserved.