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