Uses of Interface
com.mindscapehq.raygun4java.core.IRaygunSentEvent
-
Packages that use IRaygunSentEvent Package Description com.mindscapehq.raygun4java.core com.mindscapehq.raygun4java.core.handlers.offlinesupport com.mindscapehq.raygun4java.core.handlers.requestfilters -
-
Uses of IRaygunSentEvent in com.mindscapehq.raygun4java.core
Classes in com.mindscapehq.raygun4java.core with type parameters of type IRaygunSentEvent Modifier and Type Class Description classAbstractRaygunOnSendEventChain<T extends IRaygunSentEvent,M>This is a generic send-event chain handler.classAbstractRaygunSendEventChainFactory<T extends IRaygunSentEvent>This is a factory base class that can create the likes of RaygunOnBeforeSendChain or RaygunOnAfterSendChain OnBefore event handler chains and OnAfter event handler chains are so similar they can both be created by this class.Subinterfaces of IRaygunSentEvent in com.mindscapehq.raygun4java.core Modifier and Type Interface Description interfaceIRaygunOnAfterSendinterfaceIRaygunOnBeforeSendinterfaceIRaygunOnFailedSendClasses in com.mindscapehq.raygun4java.core that implement IRaygunSentEvent Modifier and Type Class Description classRaygunOnAfterSendChainThis is a OnAfterSend chain handler.classRaygunOnBeforeSendChainThis is a OnBeforeSend chain handler.classRaygunOnFailedSendChainThis is a OnFailedSend chain handler. -
Uses of IRaygunSentEvent in com.mindscapehq.raygun4java.core.handlers.offlinesupport
Classes in com.mindscapehq.raygun4java.core.handlers.offlinesupport that implement IRaygunSentEvent 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 -
Uses of IRaygunSentEvent in com.mindscapehq.raygun4java.core.handlers.requestfilters
Classes in com.mindscapehq.raygun4java.core.handlers.requestfilters that implement IRaygunSentEvent Modifier and Type Class Description classAbstractRaygunRequestMapFilter<T>Base class to filter/redact withData from Raygun request mapsclassRaygunDuplicateErrorFilterDuplicate Error filter rejects errors that have already been sent The same instance of this filter must be used for the onBefore and onAfter eventsclassRaygunExcludeExceptionFilterGiven a set of class names, this filter will drop errors that contain any of the classes to exclude in the exception chain.classRaygunExcludeLocalRequestFilterExcludes requests that come from host names starting with "localhost"classRaygunExcludeRequestFilterDiscards the request if it matches the provided filterclassRaygunRequestCookieFilterGiven a list of cookie names, this will replace the cookie values with an optional replacementclassRaygunRequestFormFilterGiven a list of form field names, this will replace the field values with an optional replacementclassRaygunRequestHeaderFilterGiven a list of header names, this will replace the header values with an optional replacementclassRaygunRequestHttpStatusFilterWill filter out errors with the given http status codesclassRaygunRequestQueryStringFilterGiven a list of query string field names, this will replace the field values with an optional replacementclassRaygunStripWrappedExceptionFilterGiven a set of class names, this filter will remove matching exceptions from the exception chain.
-