Click or drag to resize

IPubSubHandler Interface

Interface for PubSubHandler. To override the default PubSubHandler implement this interface and register the module in the Bootstrapper

Namespace:  Crosser.Common.Server.PubSub
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public interface IPubSubHandler

The IPubSubHandler type exposes the following members.

Methods
  NameDescription
Public methodPublish
Send the message to all subscribers matching
Public methodRemove
Remove all subscriptions from the IPubSubCache
Public methodSubscribe
Add or update the SubObject to the Protocol => Subscriptions Also add the subscription to the IPubSubCache
Public methodUnsubscribe
Remove the SubObject from the Protocol => Subscriptions Also remove the subscription from the IPubSubCache
Top
See Also