Package io.sentry
Interface SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory
- All Known Implementing Classes:
SendFireAndForgetEnvelopeSender
,SendFireAndForgetOutboxSender
- Enclosing class:
- SendCachedEnvelopeFireAndForgetIntegration
public static interface SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(@NotNull IHub hub, @NotNull SentryOptions options) default boolean
hasValidPath
(@Nullable String dirPath, @NotNull ILogger logger) default @NotNull SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForget
processDir
(@NotNull io.sentry.DirectoryProcessor directoryProcessor, @NotNull String dirPath, @NotNull ILogger logger)
-
Method Details
-
create
@Nullable @Nullable SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForget create(@NotNull @NotNull IHub hub, @NotNull @NotNull SentryOptions options) -
hasValidPath
-
processDir
@NotNull default @NotNull SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForget processDir(@NotNull @NotNull io.sentry.DirectoryProcessor directoryProcessor, @NotNull @NotNull String dirPath, @NotNull @NotNull ILogger logger)
-