com.bazaarvoice.emodb.job.handler.JobHandlerRegistryInternal Maven / Gradle / Ivy
The newest version!
package com.bazaarvoice.emodb.job.handler;
import com.bazaarvoice.emodb.job.api.JobHandlerRegistry;
public interface JobHandlerRegistryInternal extends JobHandlerRegistry {
RegistryEntry, ?> getRegistryEntry(String jobName);
}