Package com.mindscapehq.raygun4java.core
Class RaygunOnFailedSendChain
- java.lang.Object
-
- com.mindscapehq.raygun4java.core.AbstractRaygunOnSendEventChain<IRaygunOnFailedSend,String>
-
- com.mindscapehq.raygun4java.core.RaygunOnFailedSendChain
-
- All Implemented Interfaces:
IRaygunOnFailedSend,IRaygunSentEvent
public class RaygunOnFailedSendChain extends AbstractRaygunOnSendEventChain<IRaygunOnFailedSend,String> implements IRaygunOnFailedSend
This is a OnFailedSend chain handler. Instances are not shared between RaygunClient instances
-
-
Constructor Summary
Constructors Constructor Description RaygunOnFailedSendChain(List<IRaygunOnFailedSend> handlers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringhandle(RaygunClient client, IRaygunOnFailedSend handler, String message)StringonFailedSend(RaygunClient client, String message)-
Methods inherited from class com.mindscapehq.raygun4java.core.AbstractRaygunOnSendEventChain
getHandlers, handle
-
-
-
-
Constructor Detail
-
RaygunOnFailedSendChain
public RaygunOnFailedSendChain(List<IRaygunOnFailedSend> handlers)
-
-
Method Detail
-
handle
public String handle(RaygunClient client, IRaygunOnFailedSend handler, String message)
- Specified by:
handlein classAbstractRaygunOnSendEventChain<IRaygunOnFailedSend,String>
-
onFailedSend
public String onFailedSend(RaygunClient client, String message)
- Specified by:
onFailedSendin interfaceIRaygunOnFailedSend
-
-