Upgrade to Event Bus 1.0.0 #112
Labels
No Label
client
server
user made
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: zdm/envoy#112
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "event-bus-1.0.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
👍
@ -20,6 +20,7 @@ import envoy.client.event.*;
import envoy.client.helper.ShutdownHelper;
import envoy.client.util.*;
?
@ -11,3 +9,3 @@
* @since Envoy Common v0.2-alpha
*/
public final class IDGenerator implements IEvent, Serializable {
public final class IDGenerator implements Serializable {
Wait, you can send anything now using event bus?
That's right. Every object can be an event and / or an event listener.
5f751526d7
to5ef5d96445