← Back to context

Comment by manmal

9 months ago

> Do you need a comment to tell what a member function called postOrderMessageToEventBroker does?

Which event broker? Will I get a response via some callback? What happens if the sending fails, is there a retry mechanism? If yes, how many retries? What happens when the retry count is exceeded? Will the order‘s ID be set by this method? Is the method thread-safe? Which errors can be thrown? „Don‘t call this before the event broker has warmed up / connected“. Etc etc