JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ch.qos.logback.core.util
Interface DelayStrategy
All Known Implementing Classes:
FixedDelay
public interface
DelayStrategy
A strategy for computing a delay.
Since:
1.1.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
nextDelay
()
The value computed by this
DelayStrategy
for the next delay.
Method Detail
nextDelay
long nextDelay()
The value computed by this
DelayStrategy
for the next delay.
Returns:
a delay value
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method