| Interface | Description |
|---|---|
| BlobStoreClient | |
| CompleterClient |
Internal interface to a remote completion service
|
| CompleterClientFactory | |
| FlowFutureSource |
Created on 27/11/2017.
|
| Class | Description |
|---|---|
| APIModel |
Created on 22/11/2017.
|
| APIModel.AddCompletedValueStageRequest | |
| APIModel.AddDelayStageRequest | |
| APIModel.AddInvokeFunctionStageRequest | |
| APIModel.AddStageRequest | |
| APIModel.AddStageResponse | |
| APIModel.AwaitStageResponse | |
| APIModel.Blob | |
| APIModel.BlobDatum | |
| APIModel.CompleteStageExternallyRequest | |
| APIModel.CompletionResult | |
| APIModel.CreateGraphRequest | |
| APIModel.Datum | |
| APIModel.EmptyDatum | |
| APIModel.ErrorDatum | |
| APIModel.HTTPHeader | |
| APIModel.HTTPReq | |
| APIModel.HTTPReqDatum | |
| APIModel.HTTPResp | |
| APIModel.HTTPRespDatum | |
| APIModel.InvokeStageRequest | |
| APIModel.InvokeStageResponse | |
| APIModel.StageRefDatum | |
| APIModel.StatusDatum | |
| BlobResponse | |
| CodeLocation |
Class used to return the code location of the caller
|
| CompletionId |
Value type for a completion ID
|
| DefaultHttpResponse |
Created on 27/11/2017.
|
| FlowContinuationInvoker |
Invoker that handles flow stages
|
| FlowFeature |
The flow feature enables the Flow Client SDK and runtime behaviour in a Java function in order to use Flow in a function you must add the following to the function class:
import com.fnproject.fn.api.FnFeature;
import com.fnproject.fn.runtime.flow.FlowFeature;
@FnFeature(FlowFeature.class)
public class MyFunction {
public void myFunction(String input){
Flows.currentFlow().... |
| FlowId |
Flow Identifier
|
| FlowRuntimeGlobals |
Globals for injecting testing and global state into flow
|
| HttpClient | |
| HttpClient.HttpRequest | |
| HttpClient.HttpResponse | |
| JsonInvoke |
Internal Helper for calling JSON functions via the API
|
| RemoteBlobStoreClient | |
| RemoteFlow |
REST flows runtime
|
| RemoteFlowApiClient |
REST client for accessing the Flow service API
|
| Enum | Description |
|---|---|
| APIModel.ErrorType | |
| APIModel.HTTPMethod | |
| APIModel.StatusDatumType |
Copyright © 2021. All rights reserved.