Class SubscriptionAttributes

java.lang.Object
org.apache.geode.cache.SubscriptionAttributes
All Implemented Interfaces:
Externalizable, Serializable, DataSerializable

public class SubscriptionAttributes extends Object implements DataSerializable, Externalizable
Configuration attributes for defining subscriber requirements and behavior for a Region.

The InterestPolicy defines what remote operation's data/event are of interest to this cache's region.

Since:
GemFire 5.0
See Also: