Event is used to log anything interesting happens at a specific time. Such as an exception thrown, a review added by user, a new user registered, an user logged into the system etc. However, if it could be failure, or last for a long time, such as a remote API call, databa
| 38 | * @author Frankie Wu |
| 39 | */ |
| 40 | public interface Event extends Message { |
| 41 | |
| 42 | } |
nothing calls this directly
no outgoing calls
no test coverage detected