Skip to content

Commit f85df10

Browse files
Update ObservationConvention setter javadoc
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 4ff6725 commit f85df10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-rabbit-stream/src/main/java/org/springframework/rabbit/stream/producer/RabbitStreamTemplate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ public void setObservationEnabled(boolean observationEnabled) {
222222
}
223223

224224
/**
225-
* Set an observation convention; used to add additional key/values to observations.
225+
* Set a custom {@link RabbitStreamTemplateObservationConvention}.
226226
* @param observationConvention the convention.
227-
* @since 4.0
227+
* @since 3.2.6
228228
*/
229229
public void setObservationConvention(RabbitStreamTemplateObservationConvention observationConvention) {
230230
this.observationConvention = observationConvention;

0 commit comments

Comments
 (0)