IPubSubHandler Interface |
Namespace: Crosser.Common.Server.PubSub
public interface IPubSubHandler
The IPubSubHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | Publish |
Send the message to all subscribers matching
|
![]() | Remove |
Remove all subscriptions from the IPubSubCache |
![]() | Subscribe |
Add or update the SubObject to the Protocol => Subscriptions
Also add the subscription to the IPubSubCache |
![]() | Unsubscribe |
Remove the SubObject from the Protocol => Subscriptions
Also remove the subscription from the IPubSubCache |