public interface ProbeInfo
This object is returned by Connection.getProbeInfo()
.
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
getDescriptionToId()
Returns a map with the interceptor descriptions as keys and payload ids as values.
|
java.util.Map<java.lang.Integer,java.lang.String> |
getIdToDescription()
Returns a map with the payload ids as keys and interceptor descriptions as values.
|
java.util.Map<java.lang.Integer,java.lang.String> getIdToDescription()
java.util.Map<java.lang.String,java.lang.Integer> getDescriptionToId()