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

Annotation of /miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/notification/NullNotifier.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: 289 byte(s)
Statistics should be added by composition instead of inheritance
1 torben 467 package dk.thoerup.circuitbreaker.notification;
2 torben 409
3 torben 1161 import dk.thoerup.circuitbreaker.CircuitBreaker;
4 torben 2569 import dk.thoerup.circuitbreaker.Event;
5 torben 1161
6 torben 409 public class NullNotifier implements Notifier {
7    
8 torben 1161 public void sendNotification(CircuitBreaker breaker, Event evnt) {
9 torben 409 //Do Nothing
10     }
11    
12     }

  ViewVC Help
Powered by ViewVC 1.1.20