Package io.sentry.hints
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 Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.sentry.hints.DiskFlushNotification
isFlushable, setFlushable
-
Constructor Details
-
BlockingFlushHint
-
-
Method Details
-
waitFlush
public boolean waitFlush() -
markFlushed
public void markFlushed()- Specified by:
markFlushed
in interfaceDiskFlushNotification
-