Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.telemetry.dto | |
org.camunda.bpm.engine.impl.telemetry.reporter |
Modifier and Type | Field and Description |
---|---|
protected Data |
ProcessEngineConfigurationImpl.telemetryData |
Modifier and Type | Method and Description |
---|---|
Data |
ProcessEngineConfigurationImpl.getTelemetryData() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setTelemetryData(Data telemetryData) |
Constructor and Description |
---|
Data(Data other) |
Modifier and Type | Field and Description |
---|---|
protected Data |
TelemetryReporter.data |
protected Data |
TelemetrySendingTask.staticData |
Modifier and Type | Method and Description |
---|---|
protected void |
TelemetrySendingTask.sendData(Data dataToSend,
boolean isInitialMessage) |
Constructor and Description |
---|
TelemetryReporter(CommandExecutor commandExecutor,
String telemetryEndpoint,
int telemetryRequestRetries,
long telemetryReportingPeriod,
Data data,
org.camunda.connect.spi.Connector<? extends org.camunda.connect.spi.ConnectorRequest<?>> httpConnector,
TelemetryRegistry telemetryRegistry,
MetricsRegistry metricsRegistry,
int telemetryRequestTimeout) |
TelemetrySendingTask(CommandExecutor commandExecutor,
String telemetryEndpoint,
int telemetryRequestRetries,
Data data,
org.camunda.connect.spi.Connector<? extends org.camunda.connect.spi.ConnectorRequest<?>> httpConnector,
TelemetryRegistry telemetryRegistry,
MetricsRegistry metricsRegistry,
int telemetryRequestTimeout,
boolean sendInitialMessage) |
Copyright © 2022. All rights reserved.