@ParametersAreNonnullByDefault public interface DeferredAnalyticsEventService
| Modifier and Type | Method and Description |
|---|---|
void |
publish(Object event)
Publish the event to the EventPublisher after the analytics-client plugin has started
|
void publish(Object event)
This should only be used for events which need to be seen by plugins, as events may be stored and not sent immediately.
This component handles subclasses of AbstractHeliumAnalyticsEvent specially:
they have data only available after startup added to them.
event - the event to publishCopyright © 2002-2021 Atlassian. All Rights Reserved.