Package | Description |
---|---|
sirius.kernel.async |
Provides a framework for asynchronous execution of given tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskContext
Provides an interface between a running task and a monitoring system.
|
Modifier and Type | Method and Description |
---|---|
<C extends SubContext> |
CallContext.get(Class<C> contextType)
Returns or creates the sub context of the given type.
|
<C extends SubContext> |
CallContext.set(Class<C> contextType,
C instance)
Installs the given sub context.
|
Modifier and Type | Method and Description |
---|---|
SubContext |
TaskContext.fork() |
SubContext |
SubContext.fork()
Returns an instance which is used in a forked
CallContext . |
Copyright © 2018. All rights reserved.