sizovs / PipelinR

PipelinR is a lightweight command processing pipeline ❍ ⇢ ❍ ⇢ ❍ for your Java awesome app.
https://github.com/sizovs/PipelinR
MIT License
420 stars 59 forks source link

Support for notifications #5

Closed mbovijn closed 5 years ago

mbovijn commented 5 years ago

Hello Eduards ,

First of all let me say I like your library! I've always wanted a library like MediatR, but for the Java language :) Are you also planning to add support for notifications similar to what MediatR has?

Kind regards, Maarten

sizovs commented 5 years ago

Hi Maarten

Thanks for raising this. Do you have a particular use case, that can benefit from Notifications?

I think we can extend PipelinR and allow Commands that return Voidy to be processed by multiple handlers, without introducing Notification concept.

@MaartenBo

sizovs commented 5 years ago

Closing because there is no activity.

sizovs commented 4 years ago

@MaartenBo notification support has been added in v0.5.