Package co.yellowdog.platform.clients.serversentevents
package co.yellowdog.platform.clients.serversentevents
Contains the base types and manager for the client side of the Server Sent Events function used in YellowDog Services.
-
ClassDescriptionSubscription<T extends Serializable>Manages multiple listeners subscribing to the same logical instance of T (as opposed to specific object instance in memory).The base interface for all YellowDog Platform server sent event listeners.TrackingSubscriptionEventListener<T extends Serializable>Provides a base for building event listeners that can track changes between successive subscription serversentevents.