| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static EventHubsEndpointBuilderFactory.AmqpTransportType |
EventHubsEndpointBuilderFactory.AmqpTransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventHubsEndpointBuilderFactory.AmqpTransportType[] |
EventHubsEndpointBuilderFactory.AmqpTransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder.amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder.amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder.amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
Apache Camel