ITopicEventHandler<T> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Specifies a topic event handler.
public interface ITopicEventHandler<T>
Type Parameters
T | The topic objects type. |
Methods
Name | Description |
---|---|
HandleAsync(IHTopic<T>, MemberInfo, long, T, object) | Handles an event. |