You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending back objects of different types is fine but it is not enough, we are losing the event type that could be valuable for any client using this functionality. It'll be necessary to create a new class Event with two fields: name (String) and data (Object) to keep the full information.
So, the new return types for methods will be: CompletableFuture<Stream<Event>> and Stream<Event>.
No description provided.
The text was updated successfully, but these errors were encountered: