Add and reuse example for FileIO stream operator. (#25660)

This commit is contained in:
Tzu-Chiao Yeh 2018-09-24 23:50:27 +08:00 committed by Arnout Engelen
parent 83b30f1ed2
commit f06595dd5d
9 changed files with 121 additions and 14 deletions

View file

@ -106,10 +106,6 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
"foldAsync",
"newOnCompleteStage"
),
"FileIO" -> Seq(
"fromFile",
"toFile"
),
"ActorSink" Seq(
"actorRefWithAck"
),