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
Implement QueueMessageConverter to enable binding to the QueueMessage, BinaryData and JObject types so that we have parity with in-proc.
QueueMessageConverter
QueueMessage
BinaryData
JObject
The text was updated successfully, but these errors were encountered:
Moving to sprint 145, but we're currently blocked on the WebJobs extension release and the deferred binding changes.
Sorry, something went wrong.
Still blocked on the WebJobs changes. Moving to 147, assuming that dependency will be closed by then.
liliankasem
Successfully merging a pull request may close this issue.
Problem Statement
Implement
QueueMessageConverter
to enable binding to theQueueMessage
,BinaryData
andJObject
types so that we have parity with in-proc.Tasks
QueueMessage
,BinaryData
andJObject
QueueMessage
bindingDefinition of Done
QueueMessage
,BinaryData
, andJObject
The text was updated successfully, but these errors were encountered: