Enum Class Feature

java.lang.Object
java.lang.Enum<Feature>
ch.rasc.wamp2spring.config.Feature
All Implemented Interfaces:
Serializable, Comparable<Feature>, Constable

public enum Feature extends Enum<Feature>
Enumeration of all implemented features in wamp2spring
  • Enum Constant Details

    • DEALER

      public static final Feature DEALER
    • BROKER

      public static final Feature BROKER
    • DEALER_CALLER_IDENTIFICATION

      public static final Feature DEALER_CALLER_IDENTIFICATION
    • BROKER_SUBSCRIBER_BLACKWHITE_LISTING

      public static final Feature BROKER_SUBSCRIBER_BLACKWHITE_LISTING
    • BROKER_PUBLISHER_EXCLUSION

      public static final Feature BROKER_PUBLISHER_EXCLUSION
    • BROKER_PUBLISHER_IDENTIFICATION

      public static final Feature BROKER_PUBLISHER_IDENTIFICATION
    • BROKER_PATTERN_BASED_SUBSCRIPTION

      public static final Feature BROKER_PATTERN_BASED_SUBSCRIPTION
    • BROKER_EVENT_RETENTION

      public static final Feature BROKER_EVENT_RETENTION
  • Method Details

    • values

      public static Feature[] 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 Feature 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
    • getExternalValue

      public String getExternalValue()