# Functions
NewProduct constructs instance of ProductHandler.
# Structs
ProductHandler main struct.
# Type aliases
OnIncomingMessage type define callback function when receiving a message, all handlers MUST return this type message MUST be manually acked by the function either positively or negatively example: `msg.Ack(false)`.