- SUMMARY:
- NESTED |
- FIELD |
- CONSTR |
- METHOD
- DETAIL:
- FIELD |
- CONSTR |
- METHOD
-
- Type Parameters:
E
- T
-
- All Known Subinterfaces:
- ICacheService
- All Known Implementing Classes:
- AbstractCacheService, CacheService, ClientEngineImpl, ClusterServiceImpl, CollectionService, InternalPartitionServiceImpl, ListService, MapService, MultiMapService, ProxyServiceImpl, QueueService, QuorumServiceImpl, 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
Methods
Modifier and Type |
Method and Description |
void |
dispatchEvent(E event,
T listener) |
- SUMMARY:
- NESTED |
- FIELD |
- CONSTR |
- METHOD
- DETAIL:
- FIELD |
- CONSTR |
- METHOD
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.