public class MauEventServiceImpl extends Object implements MauEventService
Constructor and Description |
---|
MauEventServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher,
Clock clock,
com.atlassian.vcache.VCacheFactory cacheFactory,
PermissionManager permissionManager,
ConfluenceAccessManager accessManager) |
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, Clock clock, com.atlassian.vcache.VCacheFactory cacheFactory, PermissionManager permissionManager, ConfluenceAccessManager accessManager)
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–2018 Atlassian. All rights reserved.