belatuk_pub_sub library

Classes

Adapter
Adapts an abstract medium to serve the pub_sub RPC protocol.
Client
Queries a pub_sub server.
ClientInfo
Represents information about a client that will be accessing this angel_sync server.
ClientSubscription
A client-side implementation of a subscription, which acts as a Stream, and can be cancelled easily.
PublishRequest
Represents a request to publish information to other clients.
PublishResponse
A response to a publish request. Informs the caller of how much clients received the event.
Server
A server that implements the pub_sub protocol.
Subscription
Represents a client's subscription to an event.
SubscriptionRequest
Represents a request to subscribe to an event.
UnsubscriptionRequest
Represents a request to unsubscribe to an event.

Exceptions / Errors

PubSubException
Thrown as the result of an invalid request, or an attempt to perform an action without the correct privileges.