19 package org.omg.dds.core.policy;
21 import java.util.concurrent.TimeUnit;
117 long maxBlockingTime,
This interface is implemented by QoS policies that enforce a Request/Offer contract between publicati...
Reliability withBestEffort()
A QosPolicy interface that implements this marker interface applies to org.omg.dds.pub.DataWriter Entities.
Reliability withReliable()
BEST_EFFORT
Indicates that it is acceptable to not retry propagation of any samples.
Reliability withKind(Kind kind)
Copy this policy and override the value of the property.
This class is the abstract root for all the QoS policies.
A QosPolicy interface that implements this marker interface applies to org.omg.dds.topic.Topic Entities.
A span of elapsed time expressed with nanosecond precision.
Duration getMaxBlockingTime()
This policy indicates the level of reliability requested by a org.omg.dds.sub.DataReader or offered b...
A QosPolicy interface that implements this marker interface applies to org.omg.dds.sub.DataReader Entities.
Reliability withMaxBlockingTime(Duration maxBlockingTime)
Copy this policy and override the value of the property.