ITopicT MethodsHazelcast .Net Client Class Library

The ITopicT generic type exposes the following members.

Methods

  NameDescription
Public methodAddMessageListener(IMessageListenerT)
Subscribes to this topic.
Public methodAddMessageListener(ActionMessageT)
Subscribes to this topic.
Public methodDestroy
Destroys this object cluster-wide.
(Inherited from IDistributedObject.)
Public methodGetName
Returns the name of this ITopic instance
Public methodGetPartitionKey
Returns the key of partition this IDistributedObject is assigned to.
(Inherited from IDistributedObject.)
Public methodGetServiceName
Returns the service name for this object.
(Inherited from IDistributedObject.)
Public methodPublish
Publishes the message to all subscribers of this topic
Public methodRemoveMessageListener
Stops receiving messages for the given message listener.
Top
See Also

Reference