Last active
April 18, 2020 09:35
-
-
Save akgupta/68eb916926d29836cd5ab0e387b1b5a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pair<ActorRef, Source<EventSource.Event, NotUsed>> actorRefEventSourcePair = | |
actorRefPoweredEventSource.preMaterialize(_materializer); | |
ActorRef eventSourceActor = actorRefEventSourcePair.first(); | |
Source<EventSource.Event, ?> eventSource = actorRefEventSourcePair.second(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment