public interface PayloadDescriptor extends Descriptor
The description property of the super-interface contains the payload description, the type property of this derived interface contains the payload id.
Payload
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns the payload id.
|
getDescription
int getType()
Payload
, otherwise it is the payload
of a registered InterceptorProbe
.
You can map the payload id of an interceptor to a description with
ProbeInfo.getIdToDescription()
.