Class DefaultMessageRequestReplyReceiverObservationConvention
java.lang.Object
org.springframework.integration.support.management.observation.DefaultMessageRequestReplyReceiverObservationConvention
- All Implemented Interfaces:
- io.micrometer.observation.KeyValuesConvention,- io.micrometer.observation.ObservationConvention<MessageRequestReplyReceiverContext>,- MessageRequestReplyReceiverObservationConvention
public class DefaultMessageRequestReplyReceiverObservationConvention
extends Object
implements MessageRequestReplyReceiverObservationConvention
A default 
MessageRequestReplyReceiverObservationConvention implementation.
 Provides low cardinalities as a IntegrationObservation.GatewayTags values.- Since:
- 6.0
- Author:
- Artem Bilan
- 
Field SummaryFieldsModifier and TypeFieldDescriptionA shared singleton instance forDefaultMessageRequestReplyReceiverObservationConvention.Fields inherited from interface io.micrometer.observation.ObservationConventionEMPTY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionio.micrometer.common.KeyValuesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.support.management.observation.MessageRequestReplyReceiverObservationConventiongetContextualName, getName, supportsContextMethods inherited from interface io.micrometer.observation.ObservationConventiongetHighCardinalityKeyValues
- 
Field Details- 
INSTANCEA shared singleton instance forDefaultMessageRequestReplyReceiverObservationConvention.
 
- 
- 
Constructor Details- 
DefaultMessageRequestReplyReceiverObservationConventionpublic DefaultMessageRequestReplyReceiverObservationConvention()
 
- 
- 
Method Details- 
getLowCardinalityKeyValuespublic io.micrometer.common.KeyValues getLowCardinalityKeyValues(MessageRequestReplyReceiverContext context) - Specified by:
- getLowCardinalityKeyValuesin interface- io.micrometer.observation.ObservationConvention<MessageRequestReplyReceiverContext>
 
 
-