Uses of Enum Class
com.inttegro.diagnostics.ErrorReportingPolicy
Packages that use ErrorReportingPolicy
-
Uses of ErrorReportingPolicy in com.inttegro
Constructors in com.inttegro with parameters of type ErrorReportingPolicyModifierConstructorDescriptionClient(String apiKey, ErrorReporter errorReporter, ErrorReportingPolicy errorReportingPolicy) Create a client with application-owned error reporting and an explicit reporting policy.Client(String apiKey, String baseUrl, HttpClient httpClient, io.opentelemetry.api.OpenTelemetry openTelemetry, boolean telemetryEnabled, ErrorReporter errorReporter, ErrorReportingPolicy errorReportingPolicy) Create a fully configured client with optional application-owned error reporting. -
Uses of ErrorReportingPolicy in com.inttegro.diagnostics
Methods in com.inttegro.diagnostics that return ErrorReportingPolicyModifier and TypeMethodDescriptionstatic ErrorReportingPolicyReturns the enum constant of this class with the specified name.static ErrorReportingPolicy[]ErrorReportingPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.