Skip to content
New issue

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

Clarification of minimum viable UUri as being one that satisfies Micro Form for UTransport::registerListener() and UTransport::unregisterListener #101

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions up-l1/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ API Signature:
* *MUST* support registering more than one listener per topic
* *MUST* support registering more than one topic per listener
* Transport implementations *MUST* declare the maximum number of listeners per topic that it can support. If the maximum number of listeners is reached, the transport *MUST* return `RESOURCE_EXHAUSTED` status code
* *MUST* pass a UUri for which `isMicroForm()` returns true
* *SHOULD* pass a Resolved UUri (contains both names and numbers)


==== Parameters
Expand Down Expand Up @@ -161,6 +163,9 @@ API Signature:

|===

* *MUST* pass a UUri for which `isMicroForm()` returns true
* *SHOULD* pass a Resolved UUri (contains both names and numbers)


=== Receive()

Expand Down