Package com.mindscapehq.raygun4java.core
Interface IRaygunSendEventFactory<T>
-
- All Known Implementing Classes:
AbstractRaygunRequestMapFilter,RaygunDuplicateErrorFilterFactory,RaygunExcludeExceptionFilter,RaygunExcludeLocalRequestFilter,RaygunExcludeRequestFilter,RaygunOnFailedSendOfflineStorageHandler,RaygunRequestCookieFilter,RaygunRequestFormFilter,RaygunRequestHeaderFilter,RaygunRequestHttpStatusFilter,RaygunRequestQueryStringFilter,RaygunStripWrappedExceptionFilter
public interface IRaygunSendEventFactory<T>When a IRaygunClientFactory makes a new RaygunClient it populates the On(Before|After)Send from a factory so that factories are not shared between instance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate()
-
-
-
Method Detail
-
create
T create()
-
-