# Functions
GetMillisecondsTimestamp calculates actual timestamp in milliseconds from epoch.
NewNatsMessageBus is constructor for nats connection wrapper.
# Structs
Config holds values needed to set-up connection with MessageBus.
No description provided by the author
No description provided by the author
NatsMessageBus is an implementation of MessageBus interface.
# Interfaces
Message interface representing event being sent to message bus.
MessageBus in an interface to publish events to the bus.
MessageFactory easily instantiates events object.