public class ExpiredEventImpl<K> extends AbstractClientEvent implements ClientCacheEntryExpiredEvent<K>
ClientEvent.Type
Constructor and Description |
---|
ExpiredEventImpl(byte[] listenerId,
K key) |
Modifier and Type | Method and Description |
---|---|
K |
getKey()
Created cache entry's key.
|
ClientEvent.Type |
getType() |
String |
toString() |
getListenerId
public ExpiredEventImpl(byte[] listenerId, K key)
public K getKey()
ClientCacheEntryExpiredEvent
getKey
in interface ClientCacheEntryExpiredEvent<K>
public ClientEvent.Type getType()
getType
in interface ClientEvent
Copyright © 2021 JBoss by Red Hat. All rights reserved.