-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ThreadSendPolicy extends Enum<ThreadSendPolicy>
Controls whether we should capture and serialize the state of all threads at the time of an error.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NEVERThreads should never be captured.
UNHANDLED_ONLYThreads should be captured for unhandled events only.
ALWAYSThreads should be captured for all events.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-