Skip to content

Features

Dependency injection

  • builtin dependency injection(powerd by ididi)
    • Define your dependency after the message parameter, they will be resolved when you send a command or publish an event.
    • For each handler that handles the initial message, a scope will be created to manage resources.
    • Subsequent handlers will share the same scope.

Remote handler

...

Event Sourcing

...

Framework integration

...