# Functions
No description provided by the author
NewEntityMessage is a message factory.
NewInMemoryMessageBus Factory method.
No description provided by the author
# Constants
No description provided by the author
# Structs
BaseMessage base implementation of IMessage interface.
EntityMessage general entity message implementation of IMessage interface.
InMemoryMessageBus represents in memory implementation of IMessageBus interface topics is a map ot topic -> array of channels (channel per subscriber).
No description provided by the author
Message is a generic message structure.
# Interfaces
IMessage General message interface.
IMessageBus Message bus interface.
IMessageConsumer Message bus consumer (reader) interface.
IMessageProducer Message bus producer interface.
# Type aliases
MessageFactory is a factory method of any message.
SubscriptionCallback Message subscription callback function, return true for ack.