Interface UpdatableConsumerResumeStrategy<T extends Resumable>

  • Type Parameters:
    T - the type of the addressable value for the resumable object (for example, a file would use a Long value)

    public interface UpdatableConsumerResumeStrategy<T extends Resumable>
    An updatable resume strategy
    • Method Detail

      • updateLastOffset

        void updateLastOffset​(T offset)
                       throws Exception
        Updates the last processed offset
        Parameters:
        offset - the offset to update
        Throws:
        Exception - if unable to update the offset