TIBCO eFTL™
Static Public Attributes | List of all members
TIBCO.EFTL.DurableType Class Reference

Durable subscription types. More...

Static Public Attributes

static readonly String LAST_VALUE = "last-value"
 Last-value durable type. More...
 
static readonly String SHARED = "shared"
 Shared durable type. More...
 

Detailed Description

Durable subscription types.

Member Data Documentation

readonly String TIBCO.EFTL.DurableType.LAST_VALUE = "last-value"
static

Last-value durable type.

A last-value durable subscription stores only the most recent message for each unique value of the EFTL.PROPERTY_DURABLE_KEY.

readonly String TIBCO.EFTL.DurableType.SHARED = "shared"
static

Shared durable type.

Multiple cooperating subscribers can use the same shared durable to each receive a portion of the subscription's messages.

See Also
EFTL.PROPERTY_DURABLE_TYPE