Modifier and Type | Method and Description |
---|---|
java.util.Map<EgressIdentifier<?>,EgressSpec<?>> |
StatefulFunctionsUniverse.egress() |
Modifier and Type | Method and Description |
---|---|
<T> void |
StatefulFunctionsUniverse.bindEgress(EgressSpec<T> spec) |
Modifier and Type | Class and Description |
---|---|
class |
ConsumingEgressSpec<T> |
Modifier and Type | Class and Description |
---|---|
class |
SinkFunctionSpec<T>
An
EgressSpec that can run any Apache Flink SinkFunction . |
Modifier and Type | Method and Description |
---|---|
<T> org.apache.flink.streaming.api.functions.sink.SinkFunction<T> |
KafkaSinkProvider.forSpec(EgressSpec<T> egressSpec) |
Modifier and Type | Method and Description |
---|---|
<T> org.apache.flink.streaming.api.functions.sink.SinkFunction<T> |
KinesisSinkProvider.forSpec(EgressSpec<T> spec) |
Modifier and Type | Method and Description |
---|---|
<T> org.apache.flink.streaming.api.functions.sink.SinkFunction<T> |
SinkProvider.forSpec(EgressSpec<T> spec) |
Modifier and Type | Class and Description |
---|---|
class |
KafkaEgressSpec<OutT> |
Modifier and Type | Class and Description |
---|---|
class |
KinesisEgressSpec<T> |
Modifier and Type | Method and Description |
---|---|
<T> void |
StatefulFunctionModule.Binder.bindEgress(EgressSpec<T> spec)
Binds an
EgressSpec to the Stateful Functions application. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.