Package org.springframework.batch.poller


@NonNullApi package org.springframework.batch.poller
APIs for polling support.
Author:
Mahmoud Ben Hassine
  • Class
    Description
    A Poller that uses the callers thread to poll for a result as soon as it is asked for.
    Interface for polling a Callable instance provided by the user.