Diffusion .NET Classic API - Core and Common  5.9.24
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Messaging.Topic.ITopicListener Interface Reference

The interface for an object that can have topic messages received from a message source routed to it. More...

Inheritance diagram for PushTechnology.DiffusionCore.Messaging.Topic.ITopicListener:
PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Notify.TopicNotifyTopicHandlerImpl PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient > PushTechnology.DiffusionCore.Connection.Services.DiffusionPingService PushTechnology.DiffusionCore.Messaging.Data.Paging.PagedTopicHandlerImpl PushTechnology.DiffusionCore.Messaging.Data.Service.ServiceTopicHandlerImpl

Public Member Functions

bool HandleTopicMessage (IMessageSource source, ITopicMessage message)
 Handles a message received from an IMessageSource. More...
 

Detailed Description

The interface for an object that can have topic messages received from a message source routed to it.

It is very important that implementations of ITopicListener have uniqueness by their Equals() method.

Member Function Documentation

bool PushTechnology.DiffusionCore.Messaging.Topic.ITopicListener.HandleTopicMessage ( IMessageSource  source,
ITopicMessage  message 
)