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
For event sourced entities and value entities we provide sequence number/revision as the sequence attribute (cloud event extension https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/extensions/sequence.md ) but we do not have those in the SDK CloudEvent APIs, we should add.
Since not every request where the API is used is from a subscription, if we add getters the result must be optional
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For event sourced entities and value entities we provide sequence number/revision as the sequence attribute (cloud event extension https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/extensions/sequence.md ) but we do not have those in the SDK CloudEvent APIs, we should add.
Since not every request where the API is used is from a subscription, if we add getters the result must be optional
The text was updated successfully, but these errors were encountered: