Spring GemFire 1.0.1 API Reference

AllKeysInterest Constructor

Initializes a new instance of the AllKeysInterest class.

[Visual Basic]
Public Overloads Sub New( _
   ByVal policy As InterestResultPolicy, _
   ByVal durable As Boolean _
)
[C#]
AllKeysInterest(
   InterestResultPolicy policy,
   bool durable
);

Parameters

policy
The policy.
durable
if set to true register durable interest.

Remarks

The client can register any of its interest lists and continuous queries as durable. Durable interest remains even if the client disconnects for a period of time. During the client’s down time, the server maintains its durable subscriptions and then, when the client reconnects, plays them back to the client.

See Also

AllKeysInterest Class | Spring.Data.GemFire Namespace | AllKeysInterest Constructor Overload List