| Modifier and Type | Method and Description |
|---|---|
TransportType |
EventHubClientOptions.getTransportType()
Get the transport type
|
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 |
|---|---|
EventHubClientOptions |
EventHubClientOptions.setTransportType(TransportType transportType)
Set the
TransportType for the connection to the Event Hubs service |
ConnectionStringBuilder |
ConnectionStringBuilder.setTransportType(TransportType transportType)
Set the TransportType value in the Connection String.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.