@SerializeWith(value=RoleAddedEvent.ExternalizerImpl.class) public class RoleAddedEvent extends InvalidationEvent implements RealmCacheInvalidationEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
RoleAddedEvent.ExternalizerImpl |
| Constructor and Description |
|---|
RoleAddedEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInvalidations(RealmCacheManager realmCache,
Set<String> invalidations) |
static RoleAddedEvent |
create(String roleId,
String containerId) |
String |
getId() |
String |
toString() |
equals, hashCodepublic static RoleAddedEvent create(String roleId, String containerId)
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.