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