Package solar.service.pubsub

Interface Summary
EndPoint Interface for the clients publishing or subscribing to event stream.
Publisher Interface for the publishers who sends out an event stream.
PubSubConstants Constants definition for Pub/Sub service.
PubSubService Interface for publish/subscribe service.
ScribeManager.ScribeListener  
Subscriber The interface for the subscriber who receives an event stream.
 

Class Summary
ClientPubSubService The PACK service that runs at the client side.
EndPointManager A class manages all known end points and their related information.
ScribeManager This is the only Scribe application that multiplexes events among end-points.
ScribePubSubService The Pub/Sub service that runs at the server side and is built on top of Scribe.
 

Exception Summary
PubSubException An exception thrown by PubSub services.