We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hasReply
use case https://github.com/asyncapi/markdown-template/pull/523/files#diff-a77ecd4c1f96130ae45b0bf71058686ad44f1b381f5f87fd567dddb83eea3558
better than doing operation.reply() !== undefined
operation.reply() !== undefined
maybe even operation.type() would make sense, to return not only send or receive but other type depending if reply is there
operation.type()
send
receive
The text was updated successfully, but these errors were encountered:
No branches or pull requests
use case https://github.com/asyncapi/markdown-template/pull/523/files#diff-a77ecd4c1f96130ae45b0bf71058686ad44f1b381f5f87fd567dddb83eea3558
better than doing
operation.reply() !== undefined
maybe even
operation.type()
would make sense, to return not onlysend
orreceive
but other type depending if reply is thereThe text was updated successfully, but these errors were encountered: