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