Class SimpleReportDispatcher
-
- All Implemented Interfaces:
-
com.jetbrains.fus.reporting.FusComponent,com.jetbrains.fus.reporting.FusReportDispatcher
public final class SimpleReportDispatcher extends AbstractSimpleReportDispatcher<LogEvent, FusReport>
-
-
Constructor Summary
Constructors Constructor Description SimpleReportDispatcher(MessageBus messageBus, FusClientConfig config, RemoteConfig remoteConfig, FusJsonSerializer jsonSerializer, FusHttpClient httpClient, FusLoggerFactory fusLoggerFactory, ReportAnonymizer<LogEvent> anonymizer, ReportValidator<LogEvent> validator, EventQueue<LogEvent> eventQueue, String systemLogGroupId, Duration initialDelay, Integer eventBufferSize, Boolean escapeCharsInData, Function1<DispatcherExtensions<LogEvent>, Unit> extensionsProvider)
-
Method Summary
-
-
Constructor Detail
-
SimpleReportDispatcher
SimpleReportDispatcher(MessageBus messageBus, FusClientConfig config, RemoteConfig remoteConfig, FusJsonSerializer jsonSerializer, FusHttpClient httpClient, FusLoggerFactory fusLoggerFactory, ReportAnonymizer<LogEvent> anonymizer, ReportValidator<LogEvent> validator, EventQueue<LogEvent> eventQueue, String systemLogGroupId, Duration initialDelay, Integer eventBufferSize, Boolean escapeCharsInData, Function1<DispatcherExtensions<LogEvent>, Unit> extensionsProvider)
-
-
-
-