JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.integration.scheduling
Interface PollSkipStrategy
All Known Implementing Classes:
SimplePollSkipStrategy
public interface
PollSkipStrategy
Implementations determine whether a particular poll should be skipped.
Since:
4.1
Author:
Gary Russell
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
skipPoll
()
Return true if this poll should be skipped.
Method Detail
skipPoll
boolean skipPoll()
Return true if this poll should be skipped.
Returns:
true to skip.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method