Skip to content

Mutex support added

Choose a tag to compare

@mmasiukevich mmasiukevich released this 06 Mar 11:12
· 4 commits to v3.0 since this release
  • The following types of mutexes have been added:
    • FilesystemMutex: It can be used when several processes are running within the same host;
    • InMemoryMutex: Can only be used when working in one process.
  • By default, InMemoryMutex: is used in Sagas and Event Sourcing components.