Skip to content

1.2.1 Release

Compare
Choose a tag to compare
@codeliner codeliner released this 30 Oct 20:53
· 446 commits to master since this release

Fixes two issues:

  • FromMessageTranslator now checks if message name is an existing class
    and uses this class to reconstitute command or event instead of the default implementation
  • HandleCommandInvokeStrategy and OnEventInvokeStrategy now check if command/event implements
    MessageNameProviderInterface and if so they use the message name instead of the classname