Spring GemFire 1.0.1 API Reference

AllKeysInterest.Durable Property

Gets or sets a value indicating whether this AllKeysInterest is durable.

[Visual Basic]
Public NotOverridable Property Durable() As Boolean _
    Implements IInterest.Durable

   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public bool Durable { public get; public set; }

Property Value

true if durable; otherwise, false.

Implements

IInterest.Durable

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