You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2022. It is now read-only.
aliasMyApp.EventStore{:ok,subscription}=EventStore.subscribe_to_all_streams("example_all_subscription",self())# Wait for the subscription confirmationreceivedo{:subscribed,^subscription}->IO.puts("Successfully subscribed to all streams")endreceivedo{:events,events}->IO.puts"Received events: #{inspectevents}"# Acknowledge receipt:ok=EventStore.ack(subscription,events)end
Registry
Event Store
https://github.com/commanded/eventstore/blob/master/guides/Subscriptions.md#subscribe-to-all-events