package dk.thoerup.circuitbreaker.config; public interface BreakerConfig { public int getTreshold(); public int getTimeout(); }