Enum Class AzureEventHubTransportType
java.lang.Object
java.lang.Enum<AzureEventHubTransportType>
org.apache.nifi.shared.azure.eventhubs.AzureEventHubTransportType
- All Implemented Interfaces:
Serializable,Comparable<AzureEventHubTransportType>,Constable,org.apache.nifi.components.DescribedValue
public enum AzureEventHubTransportType
extends Enum<AzureEventHubTransportType>
implements org.apache.nifi.components.DescribedValue
Azure Event Hubs Transport Type allowable values based on AmqpTransportType values from the Azure SDK
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAzureEventHubTransportType(String value, String description, com.azure.core.amqp.AmqpTransportType amqpTransportType) -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.amqp.AmqpTransportTypegetValue()static AzureEventHubTransportTypeReturns the enum constant of this class with the specified name.static AzureEventHubTransportType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AMQP
-
AMQP_WEB_SOCKETS
-
-
Field Details
-
value
-
description
-
amqpTransportType
private final com.azure.core.amqp.AmqpTransportType amqpTransportType
-
-
Constructor Details
-
AzureEventHubTransportType
-
-
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
-
getValue
- Specified by:
getValuein interfaceorg.apache.nifi.components.DescribedValue
-
getDisplayName
- Specified by:
getDisplayNamein interfaceorg.apache.nifi.components.DescribedValue
-
getDescription
- Specified by:
getDescriptionin interfaceorg.apache.nifi.components.DescribedValue
-
asAmqpTransportType
public com.azure.core.amqp.AmqpTransportType asAmqpTransportType()
-