Uses of Interface
com.mindscapehq.raygun4java.core.IRaygunOnAfterSend
-
Packages that use IRaygunOnAfterSend Package Description com.mindscapehq.raygun4java.core com.mindscapehq.raygun4java.core.handlers.requestfilters -
-
Uses of IRaygunOnAfterSend in com.mindscapehq.raygun4java.core
Classes in com.mindscapehq.raygun4java.core that implement IRaygunOnAfterSend Modifier and Type Class Description classRaygunOnAfterSendChainThis is a OnAfterSend chain handler.Fields in com.mindscapehq.raygun4java.core declared as IRaygunOnAfterSend Modifier and Type Field Description protected IRaygunOnAfterSendRaygunClient. onAfterSendMethods in com.mindscapehq.raygun4java.core that return IRaygunOnAfterSend Modifier and Type Method Description protected IRaygunOnAfterSendRaygunOnAfterSendChainFactory. create(List<IRaygunOnAfterSend> handlers)IRaygunOnAfterSendRaygunClient. getOnAfterSend()Methods in com.mindscapehq.raygun4java.core with parameters of type IRaygunOnAfterSend Modifier and Type Method Description RaygunMessageRaygunOnAfterSendChain. handle(RaygunClient client, IRaygunOnAfterSend handler, RaygunMessage message)voidRaygunClient. setOnAfterSend(IRaygunOnAfterSend onAfterSend)Method parameters in com.mindscapehq.raygun4java.core with type arguments of type IRaygunOnAfterSend Modifier and Type Method Description protected IRaygunOnAfterSendRaygunOnAfterSendChainFactory. create(List<IRaygunOnAfterSend> handlers)IRaygunClientFactoryIRaygunClientFactory. withAfterSend(IRaygunSendEventFactory<IRaygunOnAfterSend> onAfterSend)RaygunClientFactoryRaygunClientFactory. withAfterSend(IRaygunSendEventFactory<IRaygunOnAfterSend> onAfterSend)Add a RaygunOnAfterSend handler factory.withAfterSend(myRaygunOnAfterSendFactory)Constructor parameters in com.mindscapehq.raygun4java.core with type arguments of type IRaygunOnAfterSend Constructor Description RaygunOnAfterSendChain(List<IRaygunOnAfterSend> handlers) -
Uses of IRaygunOnAfterSend in com.mindscapehq.raygun4java.core.handlers.requestfilters
Classes in com.mindscapehq.raygun4java.core.handlers.requestfilters that implement IRaygunOnAfterSend Modifier and Type Class Description classRaygunDuplicateErrorFilterDuplicate Error filter rejects errors that have already been sent The same instance of this filter must be used for the onBefore and onAfter events
-