Package org.springframework.integration.scheduling
Provides classes related to task scheduling.
-
Interface Summary Interface Description PollSkipStrategy Implementations determine whether a particular poll should be skipped. -
Class Summary Class Description PollerMetadata PollSkipAdvice An advice that can be added to a poller's advice chain that determines whether a poll should be skipped or not.SimplePollSkipStrategy A simplePollSkipStrategy
to be used with aPollSkipAdvice
.