@SerializeWith(value=ClientRemovedEvent.ExternalizerImpl.class) public class ClientRemovedEvent extends InvalidationEvent implements RealmCacheInvalidationEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientRemovedEvent.ExternalizerImpl |
| Constructor and Description |
|---|
ClientRemovedEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInvalidations(RealmCacheManager realmCache,
Set<String> invalidations) |
static ClientRemovedEvent |
create(ClientModel client) |
boolean |
equals(Object o) |
protected void |
finalize() |
String |
getId() |
int |
hashCode() |
String |
toString() |
public static ClientRemovedEvent create(ClientModel client)
protected void finalize()
throws Throwable
public String getId()
getId in class InvalidationEventpublic void addInvalidations(RealmCacheManager realmCache, Set<String> invalidations)
addInvalidations in interface RealmCacheInvalidationEventpublic boolean equals(Object o)
equals in class InvalidationEventpublic int hashCode()
hashCode in class InvalidationEventCopyright © 2021 JBoss by Red Hat. All rights reserved.