
com.rollbar.payload.data.body.BodyContents Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rollbar-payload Show documentation
Show all versions of rollbar-payload Show documentation
A set of classes that allow reporting errors to Rollbar.
The newest version!
package com.rollbar.payload.data.body;
/**
* A marker interface for the contents of the rollbar body.
*/
public interface BodyContents {
String getKeyName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy