pekko/akka-docs
Patrik Nordwall d3836aecfb Command handler builder for EventSourcedBehaviorWithEnforcedReplies, #25482 (#26272)
* It uses ReplyEffect instead of Effect
* Unfortunatley the solution is a copy of the CommandHandler builder with
  a few mechanical changes to the types and names.
* I tried to separate interface and implementation and use a shared implementation,
  but it didn't work out because methods with such function parameters which only differ in
  their type parameters can't be overloaded.
2019-02-17 19:54:32 +00:00
..
src Command handler builder for EventSourcedBehaviorWithEnforcedReplies, #25482 (#26272) 2019-02-17 19:54:32 +00:00