|
RTI Connext Java API Version 7.6.0
|
Use these QoS fields to manage the liveliness of participants and endpoints, ensuring active communication and timely updates of the system state.
Use these QoS fields to manage the liveliness of participants and endpoints, ensuring active communication and timely updates of the system state.
Basic Settings
| com.rti.dds.infrastructure.LivelinessQosPolicy | kind |
| <<basic>> <<spec>> The kind of liveliness desired. | |
| com.rti.dds.infrastructure.LivelinessQosPolicy | lease_duration |
| <<basic>> <<spec>> The duration within which a com.rti.dds.publication.DataWriter must be asserted, or else it is assumed to be not alive. | |
| com.rti.dds.infrastructure.LivelinessQosPolicy | assertions_per_lease_duration |
| <<basic>> <<extension>> The number of assertions a com.rti.dds.publication.DataWriter will send during a its com.rti.dds.infrastructure.LivelinessQosPolicy.lease_duration. | |
| com.rti.dds.infrastructure.DiscoveryConfigQosPolicy | participant_liveliness_lease_duration |
| <<basic>> <<extension>> The liveliness lease duration for the participant. | |
| com.rti.dds.infrastructure.DiscoveryConfigQosPolicy | participant_liveliness_assert_period |
| <<basic>> <<extension>> The period to assert liveliness for the participant. | |
Advanced Settings