-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reference docs for the EventStream #29109
Comments
Hey @patriknw can you please guide me a bit about how to do it? |
We have this for the classic actor system: https://doc.akka.io/docs/akka/current/event-bus.html#classic-event-bus |
I don't think we mention it in the reference docs.
It's accessible from
ActorSystem.eventStream
and API docs: https://doc.akka.io/api/akka/2.6.5/akka/actor/typed/eventstream/EventStream$.htmlThe text was updated successfully, but these errors were encountered: