public interface InternalEventService extends EventService, PacketHandler
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
void close(EventRegistration eventRegistration)
eventRegistration
- the EventRegistration to close.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.