nautilus_common

Module msgbus

source
Expand description

A common in-memory MessageBus for loosely coupled message passing patterns.

Modules§

Structs§

Constants§

Functions§

  • Match a topic and a string pattern pattern can contains - ‘*’ - match 0 or more characters after this ‘?’ - match any character once ‘a-z’ - match the specific character