Class BlockingFlushHint

java.lang.Object
io.sentry.hints.BlockingFlushHint
All Implemented Interfaces:
DiskFlushNotification, Flushable
Direct Known Subclasses:
UncaughtExceptionHandlerIntegration.UncaughtExceptionHint

@Internal public abstract class BlockingFlushHint extends Object implements DiskFlushNotification, Flushable
  • Constructor Details

    • BlockingFlushHint

      public BlockingFlushHint(long flushTimeoutMillis, @NotNull @NotNull ILogger logger)
  • Method Details