package dk.thoerup.circuitbreaker; public enum Event { BreakerTripped, BreakerAttemptReset, BreakerRetripped, BreakerReset, Invocation, // only used in stats InvocationFailure, // only used in stats InvocationBlocked // only used in stats }