os.failsafe.executor.PersistentQueueObserver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of failsafe-executor Show documentation
Show all versions of failsafe-executor Show documentation
Persistent executor service for Java
package os.failsafe.executor;
public interface PersistentQueueObserver {
void onPeek(int limit, int selected, int locked);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy