public class MapEventPublishingService extends Object implements EventPublishingService<Object,ListenerAdapter>
EventPublishingService
Constructor and Description |
---|
MapEventPublishingService(MapServiceContext mapServiceContext) |
Modifier and Type | Method and Description |
---|---|
void |
dispatchEvent(Object eventData,
ListenerAdapter listener)
Notifies the service of a published event.
|
public MapEventPublishingService(MapServiceContext mapServiceContext)
public void dispatchEvent(Object eventData, ListenerAdapter listener)
EventPublishingService
dispatchEvent
in interface EventPublishingService<Object,ListenerAdapter>
eventData
- the published eventlistener
- the listener registered for this eventCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.