All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.summerb.utils.threads.RecurringBackgroundTaskMXBean Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package org.summerb.utils.threads;

public interface RecurringBackgroundTaskMXBean {
	boolean isTearDownRequested();

	long getIterations();

	long getErrors();

	long getInterruptions();

	String getLastExceptionMessage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy