Class MauEventServiceImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.event.mau.MauEventServiceImpl
- All Implemented Interfaces:
- MauEventService
- 
Constructor SummaryConstructorsConstructorDescriptionMauEventServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher, Clock clock, com.atlassian.cache.CacheFactory cacheFactory, PermissionManager permissionManager, ConfluenceAccessManager accessManager) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidMark 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 requestvoidReset the application activities for current request.voidSend analytics events, if needed, with data accumulated during the whole request.
- 
Constructor Details- 
MauEventServiceImplpublic MauEventServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher, Clock clock, com.atlassian.cache.CacheFactory cacheFactory, PermissionManager permissionManager, ConfluenceAccessManager accessManager) 
 
- 
- 
Method Details- 
addApplicationActivityDescription copied from interface:MauEventServiceMark 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- Specified by:
- addApplicationActivityin interface- MauEventService
- Parameters:
- appKey- The sub-product
 
- 
clearApplicationActivitiespublic void clearApplicationActivities()Description copied from interface:MauEventServiceReset the application activities for current request. Should be called once at the beginning of each request.- Specified by:
- clearApplicationActivitiesin interface- MauEventService
 
- 
sendMauEventspublic void sendMauEvents()Description copied from interface:MauEventServiceSend analytics events, if needed, with data accumulated during the whole request. The actual analytics events may not be sent, if they have been sent recently.- Specified by:
- sendMauEventsin interface- MauEventService
 
 
-