com.oath.micro.server.events.SchedulableJob Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micro-events Show documentation
Show all versions of micro-events Show documentation
Opinionated rest microservices
package com.oath.micro.server.events;
public interface SchedulableJob extends ScheduledJob {
boolean isScheduled();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy