Interface Poller
- All Known Implementing Classes:
AbstractPoller
,PathPoller
Deprecated.
Abstract Poller interface.
Provides simple methods to implement custom pollers
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
call()
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.
-
Method Details
-
call
boolean call()Deprecated. -
condition
boolean condition()Deprecated. -
callAndWait
Deprecated.- Throws:
InterruptedException
-
callUntilCondition
Deprecated.- Throws:
InterruptedException
-
Polling
instead.