@SerializeWith(value=ResourceUpdatedEvent.ExternalizerImpl.class) public class ResourceUpdatedEvent extends InvalidationEvent implements AuthorizationCacheInvalidationEvent
Modifier and Type | Class and Description |
---|---|
static class |
ResourceUpdatedEvent.ExternalizerImpl |
Constructor and Description |
---|
ResourceUpdatedEvent() |
Modifier and Type | Method and Description |
---|---|
void |
addInvalidations(StoreFactoryCacheManager cache,
Set<String> invalidations) |
static ResourceUpdatedEvent |
create(String id,
String name,
String type,
Set<String> uris,
Set<String> scopes,
String serverId,
String owner) |
String |
getId() |
String |
toString() |
equals, hashCode
public static ResourceUpdatedEvent create(String id, String name, String type, Set<String> uris, Set<String> scopes, String serverId, String owner)
public String getId()
getId
in class InvalidationEvent
public void addInvalidations(StoreFactoryCacheManager cache, Set<String> invalidations)
addInvalidations
in interface AuthorizationCacheInvalidationEvent
Copyright © 2020 JBoss by Red Hat. All rights reserved.