Modifier and Type | Method and Description |
---|---|
java.util.Map<IngressIdentifier<?>,IngressSpec<?>> |
StatefulFunctionsUniverse.ingress() |
Modifier and Type | Method and Description |
---|---|
<T> void |
StatefulFunctionsUniverse.bindIngress(IngressSpec<T> spec) |
Modifier and Type | Class and Description |
---|---|
class |
SupplyingIngressSpec<T> |
Modifier and Type | Class and Description |
---|---|
class |
SourceFunctionSpec<T>
An
IngressSpec that can run any Apache Flink SourceFunction . |
Modifier and Type | Method and Description |
---|---|
<T> org.apache.flink.streaming.api.functions.source.SourceFunction<T> |
KafkaSourceProvider.forSpec(IngressSpec<T> ingressSpec) |
Modifier and Type | Method and Description |
---|---|
<T> org.apache.flink.streaming.api.functions.source.SourceFunction<T> |
KinesisSourceProvider.forSpec(IngressSpec<T> spec) |
Modifier and Type | Method and Description |
---|---|
<T> org.apache.flink.streaming.api.functions.source.SourceFunction<T> |
SourceProvider.forSpec(IngressSpec<T> spec) |
Modifier and Type | Class and Description |
---|---|
class |
KafkaIngressSpec<T> |
Modifier and Type | Class and Description |
---|---|
class |
KinesisIngressSpec<T> |
Modifier and Type | Method and Description |
---|---|
<T> void |
StatefulFunctionModule.Binder.bindIngress(IngressSpec<T> spec)
Binds an
IngressSpec to the Stateful Functions application. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.