Spring GemFire 1.0.1 API Reference

RegexInterest Constructor

Initializes a new instance of the RegexInterest class.

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

Parameters

regex
The regex.
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

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