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

org.jobrunr.server.concurrent.statechanges.DeletedWhileSucceededConcurrentStateChange Maven / Gradle / Ivy

package org.jobrunr.server.concurrent.statechanges;

import static org.jobrunr.jobs.states.StateName.DELETED;
import static org.jobrunr.jobs.states.StateName.SUCCEEDED;

public class DeletedWhileSucceededConcurrentStateChange extends AbstractAllowedConcurrentStateChange {

    public DeletedWhileSucceededConcurrentStateChange() {
        super(SUCCEEDED, DELETED);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy