public interface InternalEventService extends EventService, PacketHandler, PreJoinAwareService, PostJoinAwareService
EventService
interface that adds additional capabilities
we don't want to expose to the end user. So they are purely meant to be used internally.Modifier and Type | Method and Description |
---|---|
void |
close(EventRegistration eventRegistration)
Closes an EventRegistration.
|
deregisterAllListeners, deregisterListener, executeEventCallback, getEventQueueCapacity, getEventQueueSize, getEventThreadCount, getRegistrations, getRegistrationsAsArray, hasEventRegistration, publishEvent, publishEvent, publishEvent, publishRemoteEvent, registerListener, registerListener, registerLocalListener, registerLocalListener
handle
getPreJoinOperation
getPostJoinOperation
void close(EventRegistration eventRegistration)
If the EventRegistration has any closeable resource, e.g. a listener, than this listener is closed.
eventRegistration
- the EventRegistration to close.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.