java.lang.Object
io.micrometer.observation.Observation.Context
io.micrometer.observation.transport.SenderContext<MutableMessage<?>>
org.springframework.integration.support.management.observation.MessageSenderContext
All Implemented Interfaces:
io.micrometer.observation.Observation.ContextView

public class MessageSenderContext extends io.micrometer.observation.transport.SenderContext<MutableMessage<?>>
The SenderContext extension for Message context.
Since:
6.0
Author:
Artem Bilan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.micrometer.observation.transport.SenderContext

    getCarrier, getKind, getRemoteServiceName, getSetter, setCarrier, setRemoteServiceName

    Methods inherited from class io.micrometer.observation.Observation.Context

    addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValues, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, setContextualName, setError, setName, setParentObservation, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MessageSenderContext

      public MessageSenderContext(MutableMessage<?> message)