
com.mindscapehq.raygun4java.play2.IRaygunPlayMessageBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raygun4java-play2 Show documentation
Show all versions of raygun4java-play2 Show documentation
The official provider for the Raygun Crash Reporting service. This is the Play Framework provider module that sends errors caught from your Play Scala/Java application. Used in conjunction with raygun4java.core.
package com.mindscapehq.raygun4java.play2;
import play.api.mvc.RequestHeader;
import play.mvc.Http.Request;
import com.mindscapehq.raygun4java.core.IRaygunMessageBuilder;
public interface IRaygunPlayMessageBuilder extends IRaygunMessageBuilder
{
IRaygunPlayMessageBuilder SetRequestDetails(Request javaRequest, play.api.mvc.Request scalaRequest, RequestHeader scalaRequestHeader);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy