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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3212 - (hide annotations) (download)
Thu Dec 28 09:34:47 2017 UTC (6 years, 5 months ago) by torben
File size: 250 byte(s)
Use generics to encapsulate returned value
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 interface Notifier {
7    
8 torben 3212 public void sendNotification(CircuitBreaker<?> breaker, Event evnt);
9 torben 409 }

  ViewVC Help
Powered by ViewVC 1.1.20