We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e300121 commit 3a559ccCopy full SHA for 3a559cc
2 files changed
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/Publisher.java
@@ -162,7 +162,7 @@ public interface Publisher {
162
void shutdown();
163
164
/** A builder of {@link Publisher}s. */
165
- final class Builder {
+ public final class Builder {
166
String topic;
167
168
// Bundling options
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/Subscriber.java
@@ -137,7 +137,7 @@ public static enum AckReply {
137
Optional<Integer> getMaxOutstandingRequestBytes();
138
139
/** Builder of {@link Subscriber Subscribers}. */
140
141
private static final Duration MIN_ACK_EXPIRATION_PADDING = Duration.millis(100);
142
private static final Duration DEFAULT_ACK_EXPIRATION_PADDING = Duration.millis(500);
143
0 commit comments