You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2024. It is now read-only.
<divclass="block">Adds the given Subscriber if possible. If already
185
185
subscribed, or the attempt to subscribe fails due to policy
186
186
violations or errors, the Subscriber's <code>onError</code>
187
-
method is invoked with an <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang"><code>IllegalStateException</code></a>.
187
+
method is invoked with an <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang"><code>IllegalStateException</code></a>.
188
188
Otherwise, the Subscriber's <code>onSubscribe</code> method is
189
189
invoked with a new <ahref="../../../java9/util/concurrent/Flow.Subscription.html" title="interface in java9.util.concurrent"><code>Flow.Subscription</code></a>. Subscribers may
190
190
enable receiving items by invoking the <code>request</code>
<dd><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if subscriber is null</dd>
197
+
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if subscriber is null</dd>
198
198
</dl>
199
199
</li>
200
200
</ul>
@@ -266,6 +266,6 @@ <h4>subscribe</h4>
266
266
<!-- -->
267
267
</a></div>
268
268
<!-- ======== END OF BOTTOM NAVBAR ======= -->
269
-
<pclass="legalCopy"><small>Copyright © 2018. All rights reserved.</small></p>
269
+
<pclass="legalCopy"><small>Copyright © 2019. All rights reserved.</small></p>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../java9/util/concurrent/Flow.Subscriber.html#onError-java.lang.Throwable-">onError</a></span>(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> throwable)</code>
148
+
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../java9/util/concurrent/Flow.Subscriber.html#onError-java.lang.Throwable-">onError</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> throwable)</code>
149
149
<divclass="block">Method invoked upon an unrecoverable error encountered by a
150
150
Publisher or Subscription, after which no other Subscriber
151
151
methods are invoked by the Subscription.</div>
@@ -222,7 +222,7 @@ <h4>onNext</h4>
222
222
<ulclass="blockList">
223
223
<liclass="blockList">
224
224
<h4>onError</h4>
225
-
<pre>void onError(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> throwable)</pre>
225
+
<pre>void onError(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> throwable)</pre>
226
226
<divclass="block">Method invoked upon an unrecoverable error encountered by a
227
227
Publisher or Subscription, after which no other Subscriber
228
228
methods are invoked by the Subscription. If this method
@@ -317,6 +317,6 @@ <h4>onComplete</h4>
317
317
<!-- -->
318
318
</a></div>
319
319
<!-- ======== END OF BOTTOM NAVBAR ======= -->
320
-
<pclass="legalCopy"><small>Copyright © 2018. All rights reserved.</small></p>
320
+
<pclass="legalCopy"><small>Copyright © 2019. All rights reserved.</small></p>
0 commit comments