Skip to content
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

Implement one-way commands/notifications #174

Open
cer opened this issue May 30, 2022 · 1 comment
Open

Implement one-way commands/notifications #174

cer opened this issue May 30, 2022 · 1 comment

Comments

@cer
Copy link
Contributor

cer commented May 30, 2022

A notification is a command that does not have a reply.

cer added a commit that referenced this issue Aug 7, 2022
Also:

* Build MessageHandlerDecoratorChainBuilder when are no MessageHandlerDecorator (e.g. in test)
@cer
Copy link
Contributor Author

cer commented Aug 7, 2022

public interface CommandProducer {

 String sendNotification(String channel, Command command,  Map<String, String> headers);

}

cer added a commit that referenced this issue Aug 10, 2022
cer added a commit to eventuate-tram/eventuate-tram-sagas that referenced this issue Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant