org.wildfly.swarm.config.ee.ManagedScheduledExecutorServiceSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.ee;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface ManagedScheduledExecutorServiceSupplier {
/**
* Constructed instance of ManagedScheduledExecutorService resource
*
* @return The instance
*/
public ManagedScheduledExecutorService get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy