| Interface | Description |
|---|---|
| EgressSpec<T> |
Complete specification for an egress, containing of the egress'
EgressIdentifier and the
EgressType. |
| IngressSpec<T> |
Complete specification for an ingress, containing of the ingress'
IngressIdentifier and
the IngressType. |
| Router<InT> |
A
Router routes messages from ingresses to individual StatefulFunctions. |
| Router.Downstream<T> |
Interface for invoking downstream functions.
|
| Class | Description |
|---|---|
| EgressIdentifier<T> |
This class identifies an egress within a Stateful Functions application, and is part of an
EgressSpec. |
| IngressIdentifier<T> |
This class identifies an ingress within a Stateful Functions application, and is part of an
IngressSpec. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.