com.hazelcast.spi
Interface EventPublishingService<E,T>

Type Parameters:
E -
T -
All Known Subinterfaces:
ICacheService
All Known Implementing Classes:
AbstractCacheService, CacheService, ClientEngineImpl, ClusterServiceImpl, CollectionService, InternalPartitionServiceImpl, ListService, MapService, MultiMapService, ProxyServiceImpl, QueueService, ReplicatedMapService, SetService, TopicService

public interface EventPublishingService<E,T>

A service for publishing events. For example a Topic that receives an message (the event) and dispatches it to a listener.


Method Summary
 void dispatchEvent(E event, T listener)
           
 

Method Detail

dispatchEvent

void dispatchEvent(E event,
                   T listener)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.