Package com.mindscapehq.raygun4java.core
Interface IRaygunOnFailedSend
-
- All Superinterfaces:
IRaygunSentEvent
- All Known Implementing Classes:
RaygunOnFailedSendChain,RaygunOnFailedSendOfflineStorageHandler
public interface IRaygunOnFailedSend extends IRaygunSentEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringonFailedSend(RaygunClient client, String jsonPayload)
-
-
-
Method Detail
-
onFailedSend
String onFailedSend(RaygunClient client, String jsonPayload)
-
-