public interface TopicQos extends EntityQos<QosPolicy.ForTopic>
Modifier and Type | Method and Description |
---|---|
Deadline |
getDeadline() |
DestinationOrder |
getDestinationOrder() |
Durability |
getDurability() |
DurabilityService |
getDurabilityService() |
History |
getHistory() |
LatencyBudget |
getLatencyBudget() |
Lifespan |
getLifespan() |
Liveliness |
getLiveliness() |
Ownership |
getOwnership() |
Reliability |
getReliability() |
DataRepresentation |
getRepresentation() |
ResourceLimits |
getResourceLimits() |
TopicData |
getTopicData() |
TransportPriority |
getTransportPriority() |
TypeConsistencyEnforcement |
getTypeConsistency() |
TopicQos |
withPolicies(QosPolicy.ForTopic... policy)
Copy this object and override the values of the given policies.
|
TopicQos |
withPolicy(QosPolicy.ForTopic policy)
Copy this object and override the value of the given policy.
|
get, getPolicyFactory
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
getEnvironment
TopicData getTopicData()
Durability getDurability()
DurabilityService getDurabilityService()
Deadline getDeadline()
LatencyBudget getLatencyBudget()
Liveliness getLiveliness()
Reliability getReliability()
DestinationOrder getDestinationOrder()
History getHistory()
ResourceLimits getResourceLimits()
TransportPriority getTransportPriority()
Lifespan getLifespan()
Ownership getOwnership()
DataRepresentation getRepresentation()
TypeConsistencyEnforcement getTypeConsistency()
TopicQos withPolicy(QosPolicy.ForTopic policy)
EntityQos
withPolicy
in interface EntityQos<QosPolicy.ForTopic>
EntityQos.withPolicies(QosPolicy...)
TopicQos withPolicies(QosPolicy.ForTopic... policy)
EntityQos
withPolicies
in interface EntityQos<QosPolicy.ForTopic>
EntityQos.withPolicy(QosPolicy)
Copyright © 2014. All rights reserved.