Skip to content

Allow for more flexible stream selection for listeners implementing StreamAwareEventListenerInterface #312

Description

@bwaidelich

StreamAwareEventListenerInterface::listensToStream() is a static method currently although it is only invoked on an actual instance in the EventListenerInvoker::catchUp().

We could
a) Remove the static keyword (and thus introduce a breaking change) for the next major (3.0 currently)
b) Mark the method/interface deprecated and introduce a new one for the next minor (2.7 currently)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions