Uses of Interface
com.mindscapehq.raygun4java.core.IRaygunClientFactory
-
Packages that use IRaygunClientFactory Package Description com.mindscapehq.raygun4java.core -
-
Uses of IRaygunClientFactory in com.mindscapehq.raygun4java.core
Classes in com.mindscapehq.raygun4java.core that implement IRaygunClientFactory Modifier and Type Class Description classRaygunClientFactoryAn out-of-the-box RaygunClient factory.Methods in com.mindscapehq.raygun4java.core that return IRaygunClientFactory Modifier and Type Method Description IRaygunClientFactoryIRaygunClientFactory. withAfterSend(IRaygunSendEventFactory<IRaygunOnAfterSend> onAfterSend)IRaygunClientFactoryIRaygunClientFactory. withBeforeSend(IRaygunSendEventFactory<IRaygunOnBeforeSend> onBeforeSend)IRaygunClientFactoryIRaygunClientFactory. withFailedSend(IRaygunSendEventFactory<IRaygunOnFailedSend> onFailedSend)
-