Polishing

This commit is contained in:
Sam Brannen
2023-09-05 14:52:22 +02:00
parent 552e7fb1d5
commit 0a7166234d
5 changed files with 15 additions and 21 deletions

View File

@@ -199,8 +199,9 @@ public abstract class AbstractJmsListenerContainerFactory<C extends AbstractMess
/**
* Set the {@link ObservationRegistry} to be used for recording
* {@link io.micrometer.core.instrument.binder.jms.JmsObservationDocumentation#JMS_MESSAGE_PROCESS JMS message processing observations}.
* Defaults to no-op observations if the registry is not set.
* {@linkplain io.micrometer.core.instrument.binder.jms.JmsObservationDocumentation#JMS_MESSAGE_PROCESS
* JMS message processing observations}.
* <p>Defaults to no-op observations if the registry is not set.
* @since 6.1
* @see AbstractMessageListenerContainer#setObservationRegistry(ObservationRegistry)
*/