Class RequestReplySenderContext<C,RES>

java.lang.Object
io.micrometer.observation.Observation.Context
io.micrometer.observation.transport.SenderContext<C>
io.micrometer.observation.transport.RequestReplySenderContext<C,RES>
Type Parameters:
C - type of the carrier object
RES - type of the response object
All Implemented Interfaces:
Observation.ContextView, ResponseContext<RES>

public class RequestReplySenderContext<C,RES> extends SenderContext<C> implements ResponseContext<RES>
Context used when sending data over the wire with the idea that you'll wait for some response from the recipient.
Since:
1.10.0