public static class DisruptionCollector.Default extends Object implements DisruptionCollector
DisruptionCollector.Default| Modifier and Type | Method and Description |
|---|---|
DisruptionCollector |
collectDisruption(Throwable disruption) |
boolean |
hasDisruptions() |
DisruptionCollector |
reset() |
Throwable[] |
toArray() |
one.microstream.exceptions.MultiCauseException |
toMultiCauseException(int stackTraceCutDepth) |
<C extends Consumer<? super Throwable>> |
yield(C target) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultCollectionSupplier, execute, execute, execute, execute, execute, New, New, New, toMultiCauseException, yieldpublic final DisruptionCollector collectDisruption(Throwable disruption)
collectDisruption in interface DisruptionCollectorpublic final <C extends Consumer<? super Throwable>> C yield(C target)
yield in interface DisruptionCollectorpublic final boolean hasDisruptions()
hasDisruptions in interface DisruptionCollectorpublic DisruptionCollector reset()
reset in interface DisruptionCollectorpublic Throwable[] toArray()
toArray in interface DisruptionCollectorpublic one.microstream.exceptions.MultiCauseException toMultiCauseException(int stackTraceCutDepth)
toMultiCauseException in interface DisruptionCollectorCopyright © 2022 MicroStream Software. All rights reserved.