| Package | Description |
|---|---|
| com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService implementation. |
| com.hazelcast.spi.impl.eventservice.impl.operations |
Contains the operations for the
EventServiceImpl. |
| Modifier and Type | Method and Description |
|---|---|
Registration |
EventServiceSegment.removeRegistration(String topic,
String id)
Removes the registration matching the
topic and id. |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,Registration> |
EventServiceSegment.getRegistrationIdMap()
Returns the map from registration ID to the listener registration.
|
Collection<Registration> |
EventServiceSegment.getRegistrations(String topic,
boolean forceCreate)
Returns the
Registrations for the event topic. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventServiceSegment.addRegistration(String topic,
Registration registration)
Adds a registration for the
topic and notifies the listener and service of the listener
registration. |
boolean |
EventServiceImpl.handleRegistration(Registration reg) |
| Constructor and Description |
|---|
RegistrationOperation(Registration registration) |
| Constructor and Description |
|---|
PostJoinRegistrationOperation(Collection<Registration> registrations) |
Copyright © 2017. All Rights Reserved.