Package | Description |
---|---|
org.apache.flink.statefun.e2e.smoke.driver | |
org.apache.flink.statefun.flink.io.common | |
org.apache.flink.statefun.sdk.io |
Modifier and Type | Method and Description |
---|---|
void |
CommandRouter.route(TypedValue command,
Router.Downstream<TypedValue> downstream) |
Modifier and Type | Method and Description |
---|---|
void |
AutoRoutableProtobufRouter.route(com.google.protobuf.Message message,
Router.Downstream<com.google.protobuf.Message> downstream)
Note: while the input and type of this method is both
Message , we actually do a
conversion here. |
Modifier and Type | Method and Description |
---|---|
void |
Router.route(InT message,
Router.Downstream<InT> downstream)
Routes a given message to downstream
StatefulFunction s. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.