E - the event typeT - the event listener typepublic interface EventPublishingService<E,T>
| Modifier and Type | Method and Description | 
|---|---|
void | 
dispatchEvent(E event,
             T listener)
Notifies the service of a published event. 
 | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.