Uses of Enum Class
io.higson.runtime.diagnostic.queue.OverflowStrategy
Packages that use OverflowStrategy
-
Uses of OverflowStrategy in io.higson.runtime.diagnostic.queue
Fields in io.higson.runtime.diagnostic.queue declared as OverflowStrategyModifier and TypeFieldDescriptionstatic final OverflowStrategyDiagnosticQueueConfig.DEFAULT_OVERFLOW_STRATEGYMethods in io.higson.runtime.diagnostic.queue that return OverflowStrategyModifier and TypeMethodDescriptionDiagnosticQueueConfig.getOverflowStrategy()static OverflowStrategyReturns the enum constant of this class with the specified name.static OverflowStrategy[]OverflowStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.higson.runtime.diagnostic.queue with parameters of type OverflowStrategyModifier and TypeMethodDescriptionDiagnosticQueueConfig.overflowStrategy(OverflowStrategy overflowStrategy)