Uses of Interface
com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsSender
-
Packages that use HealthCheckAnalyticsSender Package Description com.atlassian.confluence.impl.health com.atlassian.confluence.impl.health.analytics -
-
Uses of HealthCheckAnalyticsSender in com.atlassian.confluence.impl.health
Constructor parameters in com.atlassian.confluence.impl.health with type arguments of type HealthCheckAnalyticsSender Constructor Description DefaultHealthCheckRunner(HealthCheckExecutor healthCheckExecutor, HealthCheckRegistry healthCheckRegistry, com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer, com.atlassian.util.concurrent.Supplier<HealthCheckAnalyticsSender> healthCheckAnalyticsSenderSupplier, UpgradeEventRegistry upgradeEventRegistry, com.atlassian.config.ApplicationConfiguration applicationConfiguration)
-
Uses of HealthCheckAnalyticsSender in com.atlassian.confluence.impl.health.analytics
Classes in com.atlassian.confluence.impl.health.analytics that implement HealthCheckAnalyticsSender Modifier and Type Class Description class
EventPublishingHealthCheckAnalyticsSender
Sends health check analytics events via theEventPublisher
.class
NoOpHealthCheckAnalyticsSender
A fallback for when we are unable to send analytics, either because the required components aren't available or because we can't tell whether the product is allowed to send analytics events.Methods in com.atlassian.confluence.impl.health.analytics that return HealthCheckAnalyticsSender Modifier and Type Method Description HealthCheckAnalyticsSender
HealthCheckAnalyticsSenderSupplier. get()
Constructors in com.atlassian.confluence.impl.health.analytics with parameters of type HealthCheckAnalyticsSender Constructor Description HealthCheckAnalyticsSenderSupplier(HealthCheckAnalyticsSender bootstrapHealthCheckAnalyticsSender)
-