public static class EventServiceImpl.Registration extends Object implements EventRegistration
| Constructor and Description |
|---|
Registration() |
Registration(String id,
String serviceName,
String topic,
EventFilter filter,
Address subscriber,
Object listener,
boolean localOnly) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EventFilter |
getFilter() |
String |
getId() |
Address |
getSubscriber() |
int |
hashCode() |
boolean |
isLocalOnly() |
void |
readData(ObjectDataInput in) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
public EventFilter getFilter()
getFilter in interface EventRegistrationpublic String getId()
getId in interface EventRegistrationpublic Address getSubscriber()
getSubscriber in interface EventRegistrationpublic boolean isLocalOnly()
isLocalOnly in interface EventRegistrationpublic void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.