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