Class EventFiringHelper
java.lang.Object
com.atlassian.plugin.webresource.analytics.EventFiringHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidpublishedThrottledEventIfEventPublisherNonNull(com.atlassian.event.api.EventPublisher optionalEventPublisher, RequestServingCacheEvent event) static voidpublishIfEventPublisherNonNull(com.atlassian.event.api.EventPublisher optionalEventPublisher, Object event)
-
Method Details
-
publishIfEventPublisherNonNull
public static void publishIfEventPublisherNonNull(@Nullable com.atlassian.event.api.EventPublisher optionalEventPublisher, Object event) -
publishedThrottledEventIfEventPublisherNonNull
public static void publishedThrottledEventIfEventPublisherNonNull(@Nullable com.atlassian.event.api.EventPublisher optionalEventPublisher, RequestServingCacheEvent event)
-