@ExperimentalApi
public interface MauEventService
This service provides methods to control the events to be send in each servlet request.
Modifier and Type | Method and Description |
---|---|
void |
addApplicationActivity(@NonNull 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.
|
void addApplicationActivity(@NonNull MauApplicationKey appKey)
appKey
- The sub-productvoid clearApplicationActivities()
void sendMauEvents()
Copyright © 2003–2020 Atlassian. All rights reserved.