@NonNullApi
Package org.springframework.batch.poller
APIs for polling support.
- Author:
- Mahmoud Ben Hassine
Interface Summary Interface Description Poller<T> Interface for polling aCallableinstance provided by the user.Class Summary Class Description DirectPoller<S> APollerthat uses the callers thread to poll for a result as soon as it is asked for.