T
- the type of messages produced by this ingress.public interface IngressSpec<T>
IngressIdentifier
and
the IngressType
. This fully defines an ingress within a Stateful Functions application.
This serves as a "logical" representation of an input source for invoking stateful functions
within an application. Under the scenes, the system translates this to a physical
runtime-specific representation corresponding to the specified IngressType
.
Modifier and Type | Method and Description |
---|---|
IngressIdentifier<T> |
id()
Returns the unique identifier of the ingress.
|
IngressType |
type()
Returns the type of the ingress.
|
IngressIdentifier<T> id()
IngressType type()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.