Uses of Class
org.apache.pulsar.common.policies.data.TopicType
-
Packages that use TopicType Package Description org.apache.pulsar.common.policies.data Implementation of policies. -
-
Uses of TopicType in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return TopicType Modifier and Type Method Description static TopicTypeTopicType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TopicType[]TopicType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-