T
- the type of messages consumed by this egress.public interface EgressSpec<T>
EgressIdentifier
and the
EgressType
. This fully defines an egress within a Stateful Functions application.
This serves as a "logical" representation of an output sink that stateful functions within an
application can send messages to. Under the scenes, the system translates this to a physical
runtime-specific representation corresponding to the specified EgressType
.
Modifier and Type | Method and Description |
---|---|
EgressIdentifier<T> |
id()
Returns the unique identifier of the egress.
|
EgressType |
type()
Returns the type of the egress.
|
EgressIdentifier<T> id()
EgressType type()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.