| Package | Description |
|---|---|
| com.microsoft.azure.eventhubs |
| Modifier and Type | Method and Description |
|---|---|
TransportType |
ConnectionStringBuilder.getTransportType()
TransportType on which all the communication for the EventHub objects created using this ConnectionString.
|
static TransportType |
TransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportType[] |
TransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionStringBuilder |
ConnectionStringBuilder.setTransportType(TransportType transportType)
Set the TransportType value in the Connection String.
|
Copyright © 2019. All rights reserved.