OpenTelemetry.SimpleExportProcessor<T>
Implements processor that exports telemetry data at each OnEnd call.
namespace OpenTelemetry
{
public abstract class SimpleExportProcessor<T> : BaseExportProcessor<T> where T : class
{
protected SimpleExportProcessor(BaseExporter<T> exporter);
}
}