This commit is contained in:
9
src/utils/FastSendNotificationStrategy.java
Normal file
9
src/utils/FastSendNotificationStrategy.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package utils;
|
||||
|
||||
public class FastSendNotificationStrategy implements SendNotificationStrategy {
|
||||
@Override
|
||||
public NotificationState send(String message) {
|
||||
System.out.println(message);
|
||||
return NotificationState.SENT;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user