Click or drag to resize

IMessageListenerT Interface

Message listener for ITopic<E> .

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public interface IMessageListener<T> : IEventListener

Type Parameters

T

The IMessageListenerT type exposes the following members.

Methods
  NameDescription
Public methodOnMessage
Invoked when a message is received for the added topic.
Top
See Also