-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
api: pubsubIssues related to the googleapis/java-pubsub API.Issues related to the googleapis/java-pubsub API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
Some APIs for ordering are still tagged as @BetaApi but should be removed now?
java-pubsub/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
Lines 320 to 321 in eaeedd8
| @BetaApi("Ordering is not yet fully supported and requires special project enablements.") | |
| public void resumePublish(String key) { |
java-pubsub/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
Lines 803 to 804 in eaeedd8
| @BetaApi("Ordering is not yet fully supported and requires special project enablements.") | |
| public Builder setEnableMessageOrdering(boolean enableMessageOrdering) { |
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the googleapis/java-pubsub API.Issues related to the googleapis/java-pubsub API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.