public interface ProbeEvent
probe context
and interceptor context
.
A probe event must be published with ProbeContext.addEvent(ProbeEvent)
.Modifier and Type | Method and Description |
---|---|
ProbeEvent |
additionalData(java.lang.Object[] additionalData)
Add additional data to the probe event.
|
int |
getControlObjectId()
Returns the ID of the associated control object.
|
ProbeEvent additionalData(java.lang.Object[] additionalData)
ProbeMetaData.addAdditionalData(String, DataType)
in the meta data configuration method
.
The size in the array corresponds to the the number of calls to the above method.additionalData
- the additional dataint getControlObjectId()