| Class and Description |
|---|
| Flow
A reference to the Flow object attached to the current invocation context.
|
| Flow.FlowState
Represents the possible end states of a Flow object, i.e.
|
| FlowCompletionException
Exception thrown when a blocking operation on a flow fails - this corresponds to a
CompletionException in CompletableFuture calls |
| FlowFuture
This class exposes operations (with a similar API to
CompletionStage) that allow
asynchronous computation to be chained into the current execution graph of a Flow. |
| Flows.FlowSource
Defines a supplier for the current runtime-
|
| Flows.SerBiConsumer
Version of
BiConsumer that is implicitly serializable. |
| Flows.SerBiFunction
Version of
BiFunction that is implicitly serializable. |
| Flows.SerCallable
Version of
Callable that is implicitly serializable. |
| Flows.SerConsumer
Version of
Consumer that is implicitly serializable. |
| Flows.SerFunction
Version of
Function that is implicitly serializable. |
| Flows.SerRunnable
Version of
Runnable that is implicitly serializable. |
| HttpMethod
Enum representing the different HTTP types that can be used to invoke an external function
|
| HttpResponse
A FunctionResponse represents the HTTP response from an external function invocation
(e.g.
|
| PlatformException
Exception thrown when the completion facility fails to operate on a completion graph
|
Copyright © 2021. All rights reserved.