number of pending PublishRequest available in queue
number of subscriptions
get a array of subscription handled by the publish engine.
retrieve a subscription by id.
Subscription
call by a subscription when no notification message is available after the keep alive delay has expired.
true if a publish response has been sent
Generated using TypeDoc
the ServerSidePublishEngineForOrphanSubscription is keeping track of live subscription that have been detached from timed out session. It takes care of providing back those subscription to any session that will claim them again with transferSubscription service It also make sure that subscription are properly disposed when they expire.