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
HandleAsync(IHTopic<T>, MemberInfo, Int64, T, Object) | Handles an event. |