Class KeyInterest<K>

java.lang.Object
org.springframework.data.gemfire.client.Interest<K>
org.springframework.data.gemfire.client.KeyInterest<K>
Type Parameters:
K - Class type of the key.
All Implemented Interfaces:
InitializingBean

public class KeyInterest<K> extends Interest<K>
Cache Region interest based on individual keys.
Author:
John Blum
See Also: