Skip to content

Update EventBus to add a method to create an EventStream and TopicSubject #6

@mikebaum

Description

@mikebaum

need to add the following methods to EventBus:

    <T> EventStream<T> getEventStream(TopicId<T> id);
    <T> TopicSubject<T> getTopicSubject(TopicId<T> id);

and a new class TopicSubject which extends EventStream adding the publish method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions