Interface ResumeStrategy

  • All Superinterfaces:
    AutoCloseable, Service

    public interface ResumeStrategy
    extends Service
    Defines a strategy for handling resume operations. Implementations can define different ways to handle how to resume processing records.
    • Method Detail

      • resume

        void resume()
        A consumer, iterator or value class that can be used to set the index position from which to resume from. The type is specific to the component.