The ITopicT generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddMessageListener(IMessageListenerT) | Subscribes to this topic. | |
AddMessageListener(ActionMessageT) | Subscribes to this topic. | |
Destroy | Destroys this object cluster-wide. (Inherited from IDistributedObject.) | |
GetName | Returns the name of this ITopic instance | |
GetPartitionKey | Returns the key of partition this IDistributedObject is assigned to. (Inherited from IDistributedObject.) | |
GetServiceName | Returns the service name for this object. (Inherited from IDistributedObject.) | |
Publish | Publishes the message to all subscribers of this topic | |
RemoveMessageListener | Stops receiving messages for the given message listener. |
See Also