| Interface | Description |
|---|---|
| Context |
Provides context for a single
StatefulFunction invocation. |
| StatefulFunction |
A
StatefulFunction is a user-defined function that can be invoked with a given input. |
| StatefulFunctionProvider |
Provides instances of
StatefulFunctions for a given FunctionType. |
| Class | Description |
|---|---|
| Address |
An
Address is the unique identity of an individual StatefulFunction, containing
of the function's FunctionType and an unique identifier within the type. |
| AsyncOperationResult<M,T> |
AsyncOperationResult - An asynchronous operation result.
|
| EgressType |
Defines the type of an egress, represented by a namespace and the type's name.
|
| FunctionType |
This class represents the type of a
StatefulFunction, consisting of a namespace of the
function type as well as the type's name. |
| FunctionTypeNamespaceMatcher | |
| IngressType |
Defines the type of an ingress, represented by a namespace and the type's name.
|
| TypeName |
| Enum | Description |
|---|---|
| AsyncOperationResult.Status |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.