com.hazelcast.spi.impl.eventservice
public interface InternalEventService extends EventService
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.
|
void |
handleEvent(Packet packet)
Handles an event-packet.
|
deregisterAllListeners, deregisterListener, executeEventCallback, getEventQueueCapacity, getEventQueueSize, getEventThreadCount, getRegistrations, getRegistrationsAsArray, hasEventRegistration, publishEvent, publishEvent, publishEvent, registerListener, registerListener, registerLocalListener, registerLocalListener
void handleEvent(Packet packet)
packet
- the event packet to handle.void close(EventRegistration eventRegistration)
eventRegistration
- the EventRegistration to close.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.