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