
com.thebund1st.liyang.application.ExpiringDelayJobQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delay-job-core Show documentation
Show all versions of delay-job-core Show documentation
Your description of the lib
The newest version!
package com.thebund1st.liyang.application;
import com.thebund1st.liyang.domain.model.DelayJob;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
public interface ExpiringDelayJobQuery {
Page findBy(Long expireBeforeThis, Pageable pageable);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy