Uses of Enum Class
org.apache.pulsar.client.api.PulsarClientException.FailedFeatureCheck
Packages that use PulsarClientException.FailedFeatureCheck
-
Uses of PulsarClientException.FailedFeatureCheck in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return PulsarClientException.FailedFeatureCheckModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PulsarClientException.FailedFeatureCheck.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.pulsar.client.api with parameters of type PulsarClientException.FailedFeatureCheckModifierConstructorDescriptionFeatureNotSupportedException
(String msg, PulsarClientException.FailedFeatureCheck failedFeatureCheck)