Class Subscription<T extends Serializable>

java.lang.Object
co.yellowdog.platform.clients.serversentevents.Subscription<T>
All Implemented Interfaces:
SubscriptionEventListener<T>, AutoCloseable, EventListener

public class Subscription<T extends Serializable> extends Object implements AutoCloseable, SubscriptionEventListener<T>
Manages multiple listeners subscribing to the same logical instance of T (as opposed to specific object instance in memory).