-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move publishStrategy to method argument #88
Comments
Hi @awaniak, that makes sense, indeed. Thanks for the suggestion. Would you like to create a PR for that? |
Yeah, sure I will prepare something. |
@osoykan Can't push a branch to the repo:
I wanted to push my branch and create a PR |
@awaniak, the recommended approach is forking the repository and sending a PR afterward. You would have full access to the repository after you fork it. |
Implemented with: #92 |
Hi
I would want to use the mediator publish method with different publish strategies. Right now it is problematic - one must create different mediator implementations with different publish strategies. I am suggesting adding publish method with publishStrategy argument:
Mediator
MediatorImpl
Let me know, what you think
Cheers
The text was updated successfully, but these errors were encountered: