public static final class FunctionalTaskItem.Context extends Object implements HasInnerModel<TaskGroup.InvocationContext>, Indexable
FunctionalTaskItem.| Modifier and Type | Method and Description |
|---|---|
TaskGroup.InvocationContext |
innerModel() |
String |
key() |
<T extends Indexable> |
taskResult(String key)
Get result of one of the task that belongs to this task's task group.
|
Mono<Indexable> |
voidMono() |
public <T extends Indexable> T taskResult(String key)
T - the actual type of the task resultkey - the task keypublic Mono<Indexable> voidMono()
Mono upon subscription emits VoidIndexable with key same as
the key of this TaskItem.public TaskGroup.InvocationContext innerModel()
innerModel in interface HasInnerModel<TaskGroup.InvocationContext>Copyright © 2021 Microsoft Corporation. All rights reserved.