Enum Class Broker.DefaultType
java.lang.Object
java.lang.Enum<Broker.DefaultType>
de.iip_ecosphere.platform.services.environment.services.Broker.DefaultType
- All Implemented Interfaces:
Broker.BrokerType,Serializable,Comparable<Broker.DefaultType>,Constable
- Enclosing class:
Broker
Default broker types. Using projects must state respective dependencies.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDefaultType(Broker.BrokerCreator creator) Creates a type constant. -
Method Summary
Modifier and TypeMethodDescriptionstatic Broker.DefaultTypeReturns the enum constant of this class with the specified name.static Broker.DefaultType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HIVE_MQTT_V5
-
HIVE_MQTT_V5_TLS
-
HIVE_MQTT_V3
-
HIVE_MQTT_V3_TLS
-
QPID
-
QPID_TLS
-
MOQUETTE_MQTT_V3
-
-
Constructor Details
-
DefaultType
Creates a type constant.- Parameters:
creator- the associated broker creator, may be null but then no broker will be created later
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-