Uses of Interface
com.mindscapehq.raygun4java.core.IRaygunOnFailedSend
-
Packages that use IRaygunOnFailedSend Package Description com.mindscapehq.raygun4java.core com.mindscapehq.raygun4java.core.handlers.offlinesupport -
-
Uses of IRaygunOnFailedSend in com.mindscapehq.raygun4java.core
Classes in com.mindscapehq.raygun4java.core that implement IRaygunOnFailedSend Modifier and Type Class Description classRaygunOnFailedSendChainThis is a OnFailedSend chain handler.Fields in com.mindscapehq.raygun4java.core declared as IRaygunOnFailedSend Modifier and Type Field Description protected IRaygunOnFailedSendRaygunClient. onFailedSendMethods in com.mindscapehq.raygun4java.core with parameters of type IRaygunOnFailedSend Modifier and Type Method Description StringRaygunOnFailedSendChain. handle(RaygunClient client, IRaygunOnFailedSend handler, String message)voidRaygunClient. setOnFailedSend(IRaygunOnFailedSend onFailedSend)Method parameters in com.mindscapehq.raygun4java.core with type arguments of type IRaygunOnFailedSend Modifier and Type Method Description protected RaygunOnFailedSendChainRaygunOnFailedSendChainFactory. create(List<IRaygunOnFailedSend> handlers)IRaygunClientFactoryIRaygunClientFactory. withFailedSend(IRaygunSendEventFactory<IRaygunOnFailedSend> onFailedSend)RaygunClientFactoryRaygunClientFactory. withFailedSend(IRaygunSendEventFactory<IRaygunOnFailedSend> onFailedSend)Add a RaygunOnFailedSend handler factory.withFailedSend(myRaygunOnFailedSendFactory)Constructor parameters in com.mindscapehq.raygun4java.core with type arguments of type IRaygunOnFailedSend Constructor Description RaygunOnFailedSendChain(List<IRaygunOnFailedSend> handlers) -
Uses of IRaygunOnFailedSend in com.mindscapehq.raygun4java.core.handlers.offlinesupport
Classes in com.mindscapehq.raygun4java.core.handlers.offlinesupport that implement IRaygunOnFailedSend Modifier and Type Class Description classRaygunOnFailedSendOfflineStorageHandlerWhen a send failure occurs, this class attempts to write the payload to disk When a send success occurs, it resends any stored payloads on a new thread
-