| Package | Description |
|---|---|
| com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListenerWrapperEventFilter
Contract point for
EventFilter instances these wrap listeners. |
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
EventRegistration.getFilter()
Returns the
EventFilter attached to this registration. |
| Modifier and Type | Method and Description |
|---|---|
EventRegistration |
EventService.registerListener(String serviceName,
String topic,
EventFilter filter,
Object listener)
Registers a listener on all cluster nodes with an event filter.
|
EventRegistration |
EventService.registerLocalListener(String serviceName,
String topic,
EventFilter filter,
Object listener)
Registers a local only listener with an event filter.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.