Package co.elastic.apm.agent.report.processor
-
Interface Summary Interface Description Processor A processor is executed right before a event (aTransaction
orErrorCapture
) gets reported. -
Class Summary Class Description ProcessorEventHandler Invokes all registeredProcessor
s before aReportingEvent
is processed by theReportingEventHandler
.