Enum Class PulsarClientException.FailedFeatureCheck

java.lang.Object
java.lang.Enum<PulsarClientException.FailedFeatureCheck>
org.apache.pulsar.client.api.PulsarClientException.FailedFeatureCheck
All Implemented Interfaces:
Serializable, Comparable<PulsarClientException.FailedFeatureCheck>, Constable
Enclosing class:
PulsarClientException

public static enum PulsarClientException.FailedFeatureCheck extends Enum<PulsarClientException.FailedFeatureCheck>
"supports_auth_refresh" was introduced at "2.6" and is no longer supported, so skip this enum. "supports_broker_entry_metadata" was introduced at "2.8" and is no longer supported, so skip this enum. "supports_partial_producer" was introduced at "2.10" and is no longer supported, so skip this enum. "supports_topic_watchers" was introduced at "2.11" and is no longer supported, so skip this enum.
  • Enum Constant Details

  • Method Details

    • values

      public static PulsarClientException.FailedFeatureCheck[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PulsarClientException.FailedFeatureCheck valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null