Package org.springframework.batch.poller
@NonNullApi
package org.springframework.batch.poller
APIs for polling support.
- Author:
- Mahmoud Ben Hassine
-
ClassDescriptionDirectPoller<S>A
Poller
that uses the callers thread to poll for a result as soon as it is asked for.Poller<T>Interface for polling aCallable
instance provided by the user.