- get() - Method in interface com.fnproject.fn.api.flow.FlowFuture
-
Get the result of this future
- get(long, TimeUnit) - Method in interface com.fnproject.fn.api.flow.FlowFuture
-
Get the result of this future, indicating not to wait over the specified timeout.
- getBodyAsBytes() - Method in interface com.fnproject.fn.api.flow.HttpRequest
-
Returns the body of the request as a byte array
- getBodyAsBytes() - Method in interface com.fnproject.fn.api.flow.HttpResponse
-
Returns the body of the function result as a byte array
- getCurrentFlowSource() - Static method in class com.fnproject.fn.api.flow.Flows
-
Gets the current supplier of the flow runtime
- getFunctionResponse() - Method in exception com.fnproject.fn.api.flow.FunctionInvocationException
-
The HTTP details returned from the function invocation
- getHeaders() - Method in interface com.fnproject.fn.api.flow.HttpRequest
-
Return the headers on the HTTP request
- getHeaders() - Method in interface com.fnproject.fn.api.flow.HttpResponse
-
Return the headers on the HTTP function response
- getMethod() - Method in interface com.fnproject.fn.api.flow.HttpRequest
-
Return the HTTP method used to supply this value
- getNow(T) - Method in interface com.fnproject.fn.api.flow.FlowFuture
-
Get the result of this future if completed or the provided value if absent.
- getOriginalExceptionType() - Method in exception com.fnproject.fn.api.flow.WrappedFunctionException
-
Exposes the type of the original error
- getStatusCode() - Method in interface com.fnproject.fn.api.flow.HttpResponse
-
Return the HTTP status code of the function response