-
Notifications
You must be signed in to change notification settings - Fork 4
EventRouter #109
Copy link
Copy link
Open
Milestone
Description
EventRouter is an internal mechanism used by Context, that exposes publicly a send method, but its implementation can own multiple senders and have internal logic for routing given event to a right sender.
EventRouter is a trait and must be dyn-compatible. We need type-erasure, as Context and Actor or generics over Event, but multi-broker implementation of it will need Topic information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels