/[projects]/miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/Event.java
ViewVC logotype

Annotation of /miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/Event.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2569 - (hide annotations) (download)
Tue Jun 9 08:55:10 2015 UTC (9 years ago) by torben
File size: 258 byte(s)
Statistics should be added by composition instead of inheritance
1 torben 2569 package dk.thoerup.circuitbreaker;
2    
3     public enum Event {
4     BreakerTripped,
5     BreakerAttemptReset,
6     BreakerRetripped,
7     BreakerReset,
8     Invocation, // only used in stats
9     InvocationFailure, // only used in stats
10     InvocationBlocked // only used in stats
11     }

  ViewVC Help
Powered by ViewVC 1.1.20