Skip to content

Commit

Permalink
Issue #3455: add Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nvervelle committed Jul 4, 2023
1 parent 3a611db commit ab81da6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ public final class Micrometer {
* Similar to {@link #observation(ObservationRegistry)} but enables providing
* a function creating the Micrometer {@link Observation}
* representing the runtime of the publisher to the provided {@link ObservationRegistry}.
* If this function returns {@code null}, the behavior will be identical to
* {@link #observation(ObservationRegistry)} with a default {@link Observation}.
*
* @param <T> the type of onNext in the target publisher
* @return a {@link SignalListenerFactory} to record observations
Expand Down

0 comments on commit ab81da6

Please sign in to comment.