package dk.thoerup.curcuitbreaker; public interface CircuitInvocation { Object proceed() throws Exception; }