RTI Connext Java API  Version 6.1.1

This QoS policy specifies whether or not RTI Connext will store and deliver previously published data samples to new com.rti.dds.subscription.DataReader entities that join the network later. More...

Classes

class  DurabilityQosPolicy
 This QoS policy specifies whether or not RTI Connext will store and deliver previously published data samples to new com.rti.dds.subscription.DataReader entities that join the network later. More...
 
class  DurabilityQosPolicyKind
 Kinds of durability. More...
 

Variables

static final int AUTO_WRITER_DEPTH
 A special value used as the default value for com.rti.dds.infrastructure.DurabilityQosPolicy.writer_depth. More...
 
static final QosPolicyId_t DURABILITY_QOS_POLICY_ID
 Identifier for com.rti.dds.infrastructure.DurabilityQosPolicy. More...
 

Detailed Description

This QoS policy specifies whether or not RTI Connext will store and deliver previously published data samples to new com.rti.dds.subscription.DataReader entities that join the network later.

Variable Documentation

◆ AUTO_WRITER_DEPTH

final int AUTO_WRITER_DEPTH
static

A special value used as the default value for com.rti.dds.infrastructure.DurabilityQosPolicy.writer_depth.

This values resolves to the following:

◆ DURABILITY_QOS_POLICY_ID

final QosPolicyId_t DURABILITY_QOS_POLICY_ID
static