com.github.olaaronsson.process.interfaces.WorkingEntity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catchitcozucan Show documentation
Show all versions of catchitcozucan Show documentation
nifty portable processing library for stateful subjects
The newest version!
package com.github.olaaronsson.process.interfaces;
public interface WorkingEntity {
boolean isExecuting();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy