public interface EventRegistration extends DataSerializable
Modifier and Type | Method and Description |
---|---|
EventFilter |
getFilter()
Returns the
EventFilter attached to this registration. |
String |
getId()
Returns the event registration ID.
|
Address |
getSubscriber()
Returns the subscriber of this registration.
|
boolean |
isLocalOnly()
Returns true if this registration is for locally fired events only.
|
readData, writeData
String getId()
EventFilter getFilter()
EventFilter
attached to this registration.Address getSubscriber()
boolean isLocalOnly()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.