Uses of Class
co.yellowdog.platform.clients.serversentevents.EventStreamSubscriber
Packages that use EventStreamSubscriber
Package
Description
Contains the base types and manager for the client side of the Server Sent Events function used in YellowDog Services.
-
Uses of EventStreamSubscriber in co.yellowdog.platform.clients.serversentevents
Methods in co.yellowdog.platform.clients.serversentevents that return EventStreamSubscriberModifier and TypeMethodDescriptionstatic <T> EventStreamSubscriber
<T> EventStreamSubscriber.ofJson
(@NonNull JsonMapper jsonMapper, @NonNull Class<T> javaType, @NonNull SubscriptionEventListener<T> eventHandler)