Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmitch committed Oct 4, 2023
1 parent 527d767 commit 4bc6bc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ default Single<C> newConnection(@Nullable ContextMap context) {
* A {@link Publisher} of events provided by this {@link LoadBalancer}. This maybe used to broadcast internal state
* of this {@link LoadBalancer} to provide hints/visibility for external usage.
* <p>
* Note the {@link Publisher} maybe subscribed to multiple times. Implementations are recommended to use operators
* such as {@link Publisher#replay(int)}.
* Note the {@link Publisher} maybe subscribed to multiple times. It is recommended that implementations use
* operators such as {@link Publisher#replay(int)} (or similar) to support this use case.
* @return A {@link Publisher} of events provided by this {@link LoadBalancer}.
*/
Publisher<Object> eventStream();
Expand Down

0 comments on commit 4bc6bc6

Please sign in to comment.