Package com.mindscapehq.raygun4java.core
Class RaygunOnBeforeSendChain
- java.lang.Object
-
- com.mindscapehq.raygun4java.core.AbstractRaygunOnSendEventChain<IRaygunOnBeforeSend,RaygunMessage>
-
- com.mindscapehq.raygun4java.core.RaygunOnBeforeSendChain
-
- All Implemented Interfaces:
IRaygunOnBeforeSend,IRaygunSentEvent
public class RaygunOnBeforeSendChain extends AbstractRaygunOnSendEventChain<IRaygunOnBeforeSend,RaygunMessage> implements IRaygunOnBeforeSend
This is a OnBeforeSend chain handler. Instances are not shared between RaygunClient instances
-
-
Constructor Summary
Constructors Constructor Description RaygunOnBeforeSendChain(List<IRaygunOnBeforeSend> handlers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RaygunMessagehandle(RaygunClient client, IRaygunOnBeforeSend handler, RaygunMessage message)RaygunMessageonBeforeSend(RaygunClient client, RaygunMessage message)-
Methods inherited from class com.mindscapehq.raygun4java.core.AbstractRaygunOnSendEventChain
getHandlers, handle
-
-
-
-
Constructor Detail
-
RaygunOnBeforeSendChain
public RaygunOnBeforeSendChain(List<IRaygunOnBeforeSend> handlers)
-
-
Method Detail
-
handle
public RaygunMessage handle(RaygunClient client, IRaygunOnBeforeSend handler, RaygunMessage message)
- Specified by:
handlein classAbstractRaygunOnSendEventChain<IRaygunOnBeforeSend,RaygunMessage>
-
onBeforeSend
public RaygunMessage onBeforeSend(RaygunClient client, RaygunMessage message)
- Specified by:
onBeforeSendin interfaceIRaygunOnBeforeSend
-
-