Skip to content

EventRouter #109

@ddrcode

Description

@ddrcode

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions