Class RequestReplyReceiverContext<C,RES>

java.lang.Object
io.micrometer.observation.Observation.Context
io.micrometer.observation.transport.ReceiverContext<C>
io.micrometer.observation.transport.RequestReplyReceiverContext<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 RequestReplyReceiverContext<C,RES> extends ReceiverContext<C> implements ResponseContext<RES>
Context used when receiving data over the wire with confirmation to be sent to sender of the data.
Since:
1.10.0