Upgrade to Event Bus 1.0.0 #112

Merged
kske merged 1 commits from event-bus-1.0.0 into develop 2021-02-20 22:29:39 +01:00
There is no content yet.
kske added this to the v0.3-beta milestone 2021-02-19 11:11:00 +01:00
kske added the
client
M
labels 2021-02-19 11:11:00 +01:00
kske self-assigned this 2021-02-19 11:11:00 +01:00
kske requested review from mpk 2021-02-19 11:11:06 +01:00
kske requested review from delvh 2021-02-19 11:11:06 +01:00
delvh approved these changes 2021-02-19 12:13:28 +01:00
delvh left a comment
Owner

👍

👍
@ -20,6 +20,7 @@ import envoy.client.event.*;
import envoy.client.helper.ShutdownHelper;
import envoy.client.util.*;

?

?
kske marked this conversation as resolved
@ -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?

Wait, you can send anything now using event bus?
Poster
Owner

That's right. Every object can be an event and / or an event listener.

That's right. Every object can be an event and / or an event listener.
kske marked this conversation as resolved
kske force-pushed event-bus-1.0.0 from 5f751526d7 to 5ef5d96445 2021-02-19 13:24:01 +01:00 Compare
kske merged commit 544210a811 into develop 2021-02-20 22:29:39 +01:00
kske deleted branch event-bus-1.0.0 2021-02-20 22:29:44 +01:00
This repo is archived. You cannot comment on pull requests.
There is no content yet.