@SerializeWith(value=GroupUpdatedEvent.ExternalizerImpl.class) public class GroupUpdatedEvent extends InvalidationEvent implements RealmCacheInvalidationEvent
Modifier and Type | Class and Description |
---|---|
static class |
GroupUpdatedEvent.ExternalizerImpl |
Constructor and Description |
---|
GroupUpdatedEvent() |
Modifier and Type | Method and Description |
---|---|
void |
addInvalidations(RealmCacheManager realmCache,
Set<String> invalidations) |
static GroupUpdatedEvent |
create(String groupId) |
String |
getId() |
String |
toString() |
equals, hashCode
public static GroupUpdatedEvent create(String groupId)
public String getId()
getId
in class InvalidationEvent
public void addInvalidations(RealmCacheManager realmCache, Set<String> invalidations)
addInvalidations
in interface RealmCacheInvalidationEvent
Copyright © 2020 JBoss by Red Hat. All rights reserved.