Package com.mindscapehq.raygun4java.core
Class RaygunOnFailedSendChainFactory
- java.lang.Object
-
- com.mindscapehq.raygun4java.core.AbstractRaygunSendEventChainFactory<IRaygunOnFailedSend>
-
- com.mindscapehq.raygun4java.core.RaygunOnFailedSendChainFactory
-
public class RaygunOnFailedSendChainFactory extends AbstractRaygunSendEventChainFactory<IRaygunOnFailedSend>
A factory used to create RaygunOnFailedSendChain for a new RaygunClient usage: raygunClient.setOnFailedSend( new RaygunOnFailedSendChainFactory() .beforeAll(executeFirstFactory) .withFilterFactory(aFilterFactory), .withFilterFactory(anotherFilterFactory) .afterAll(executeAfterFactory) ) .create() );
-
-
Constructor Summary
Constructors Constructor Description RaygunOnFailedSendChainFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RaygunOnFailedSendChaincreate(List<IRaygunOnFailedSend> handlers)-
Methods inherited from class com.mindscapehq.raygun4java.core.AbstractRaygunSendEventChainFactory
afterAll, beforeAll, create, getFirstFilterFactory, getHandlersFactory, getLastFilterFactory, setFirstFilterFactory, setHandlersFactory, setLastFilterFactory, withFilterFactory
-
-
-
-
Method Detail
-
create
protected RaygunOnFailedSendChain create(List<IRaygunOnFailedSend> handlers)
- Specified by:
createin classAbstractRaygunSendEventChainFactory<IRaygunOnFailedSend>
-
-