public class MauEventServiceImpl extends Object implements MauEventService
Constructor and Description |
---|
MauEventServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.core.util.Clock clock,
com.atlassian.cache.CacheManager cacheManager,
PermissionManager permissionManager) |
Modifier and Type | Method and Description |
---|---|
void |
addApplicationActivity(MauApplicationKey appKey)
Mark this request represents a user activity in a specific sub-product (such as TC, CQ)
The default application is Confluence, event if there is no call to this method during the request
|
void |
clearApplicationActivities()
Reset the application activities for current request.
|
void |
sendMauEvents()
Send analytics events, if needed, with data accumulated during the whole request.
|
public MauEventServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.core.util.Clock clock, com.atlassian.cache.CacheManager cacheManager, PermissionManager permissionManager)
public void addApplicationActivity(MauApplicationKey appKey)
MauEventService
addApplicationActivity
in interface MauEventService
appKey
- The sub-productpublic void clearApplicationActivities()
MauEventService
clearApplicationActivities
in interface MauEventService
public void sendMauEvents()
MauEventService
sendMauEvents
in interface MauEventService
Copyright © 2003–2016 Atlassian. All rights reserved.