public class RSocketContext
extends io.micrometer.observation.Observation.Context
| Modifier and Type | Class and Description |
|---|---|
static class |
RSocketContext.Side |
| Modifier and Type | Method and Description |
|---|---|
io.rsocket.frame.FrameType |
getFrameType() |
ByteBuf |
getMetadata() |
io.rsocket.Payload |
getModifiedPayload() |
io.rsocket.Payload |
getPayload() |
String |
getRoute() |
RSocketContext.Side |
getSide() |
addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValue, getHighCardinalityKeyValues, getLowCardinalityKeyValue, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, removeHighCardinalityKeyValue, removeHighCardinalityKeyValues, removeLowCardinalityKeyValue, removeLowCardinalityKeyValues, setContextualName, setError, setName, setParentObservation, toStringpublic io.rsocket.Payload getPayload()
public ByteBuf getMetadata()
public io.rsocket.frame.FrameType getFrameType()
public String getRoute()
public RSocketContext.Side getSide()
public io.rsocket.Payload getModifiedPayload()