Class 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 Detail

      • RestEndpointAnalyticsEvent

        public RestEndpointAnalyticsEvent​(String method,
                                          String path)
    • Method Detail

      • getMethod

        public String getMethod()
      • getPath

        public String getPath()