CMSgov/dpc-app

View on GitHub
dpc-queue/src/main/java/gov/cms/dpc/queue/DPCQueueConfig.java

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
package gov.cms.dpc.queue;

public interface DPCQueueConfig {

    int getPollingFrequency();

}