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