JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
org.apache.nifi.shared.azure.eventhubs.AzureEventHubTransportType
Packages that use
AzureEventHubTransportType
Package
Description
org.apache.nifi.shared.azure.eventhubs
Uses of
AzureEventHubTransportType
in
org.apache.nifi.shared.azure.eventhubs
Methods in
org.apache.nifi.shared.azure.eventhubs
that return
AzureEventHubTransportType
Modifier and Type
Method
Description
static
AzureEventHubTransportType
AzureEventHubTransportType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
AzureEventHubTransportType
[]
AzureEventHubTransportType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.