enum

MartenThrottle::StrategyName

Inherits Enum < Comparable < Value < Object

Built-in throttle strategy identifiers.

Constants

FixedWindow = 0
SlidingWindow = 1

Instance methods

fixed_window?

Returns true if this enum value equals FixedWindow

Source
sliding_window?

Returns true if this enum value equals SlidingWindow

Source