tools.dynamia.integration.scheduling.AsyncContextAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools.dynamia.integration Show documentation
Show all versions of tools.dynamia.integration Show documentation
A set of classes and interfaces that help integrate modules
The newest version!
package tools.dynamia.integration.scheduling;
public interface AsyncContextAware {
T getContextObject();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy