Package | Description |
---|---|
org.apache.flink.statefun.flink.core.message | |
org.apache.flink.statefun.flink.core.translation | |
org.apache.flink.statefun.flink.datastream |
Modifier and Type | Interface and Description |
---|---|
interface |
Message |
Modifier and Type | Method and Description |
---|---|
RoutableMessage |
RoutableMessageBuilder.build() |
Modifier and Type | Method and Description |
---|---|
<T extends StatefulFunctionProvider & java.io.Serializable> |
EmbeddedTranslator.translate(java.util.List<org.apache.flink.streaming.api.datastream.DataStream<RoutableMessage>> ingresses,
java.lang.Iterable<EgressIdentifier<?>> egressesIds,
java.util.Map<FunctionType,T> functions) |
Modifier and Type | Method and Description |
---|---|
StatefulFunctionDataStreamBuilder |
StatefulFunctionDataStreamBuilder.withDataStreamAsIngress(org.apache.flink.streaming.api.datastream.DataStream<RoutableMessage> ingress)
Adds an ingress of incoming messages.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.