Keenworks / SampleActorStage

sample code for getActorStage in akka-streams custom GraphStage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small example showing:

  • akka-streams integrating with Actors
  • A custom graph stage to create a Source
  • using getActorStage

The end result is being able to send actor messages to a Source, for a stream to react to.

About

sample code for getActorStage in akka-streams custom GraphStage

License:MIT License


Languages

Language:Scala 100.0%