processor property

Processor processor
final

A Processor that receives all telemetry items created by this TelemetryClient.

Processors are typically composed to attain the desired behavior. For example, a TransmissionProcessor is often wrapped in a BufferedProcessor so that telemetry items are queued up and transmitted in batches.

Implementation

final Processor processor;