Skip to content

More extensible event listener method resolution #282

Description

@bwaidelich

With #256 we introduced some configurable "event listener mapping" that allows to hook into the process of DomainEventInterface => EventListenerInterface resolution.

The expected listener method name is still hard coded to when<EventShortClass> in the EventListenerInvoker though.

The listener method invocation should be extracted to a configurable strategy so that this behavior is extensible. This is especially useful for standalone usage (#180) and might pave the way for "catch all event listeners" (#259).

Metadata

Metadata

Assignees

No one assigned

    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