eventuate-tram/eventuate-tram-core

Make reactive event handlers more flexible

dartartem opened this issue · 0 comments

Currently reactive event consumers should return Mono<Void>, so sometimes .then() method invocation is repeated in consumers. Consumers should support any publisher type.