Class RestEndpointAnalyticsEvent

java.lang.Object
com.atlassian.confluence.plugins.restapi.analytics.RestEndpointAnalyticsEvent

@AsynchronousPreferred public class RestEndpointAnalyticsEvent extends Object
An event sent by a REST resource. It contains the HTTP method and the path for the resource.
  • Constructor Details

    • RestEndpointAnalyticsEvent

      public RestEndpointAnalyticsEvent(String method, String path)
  • Method Details

    • getMethod

      public String getMethod()
    • getPath

      public String getPath()