Module msgbus

Source
Expand description

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

Modules§

database
handler
stubs
switchboard

Structs§

MessageBus
A generic message bus to facilitate various messaging patterns.
Subscription
Represents a subscription to a particular topic.

Constants§

CLOSE_TOPIC

Functions§

is_matching
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