Class BroadcasterLifecycle

java.lang.Object
org.atmosphere.cpr.BroadcasterLifecycle

public class BroadcasterLifecycle extends Object
Encapsulates the lifecycle management concern for a DefaultBroadcaster.

Manages lifecycle policy, lifecycle policy listeners, the lifecycle handler, and the scheduled lifecycle task reference. Extracted from DefaultBroadcaster to separate lifecycle management from the message dispatch hot path.