com.bazaarvoice.emodb.job.handler.JobHandlerRegistryInternal Maven / Gradle / Ivy
package com.bazaarvoice.emodb.job.handler;
import com.bazaarvoice.emodb.job.api.JobHandlerRegistry;
public interface JobHandlerRegistryInternal extends JobHandlerRegistry {
RegistryEntry, ?> getRegistryEntry(String jobName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy