Uses of Class
org.apache.camel.builder.endpoint.dsl.EventHubsEndpointBuilderFactory.AmqpTransportType
-
Packages that use EventHubsEndpointBuilderFactory.AmqpTransportType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of EventHubsEndpointBuilderFactory.AmqpTransportType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return EventHubsEndpointBuilderFactory.AmqpTransportType Modifier and Type Method 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.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type EventHubsEndpointBuilderFactory.AmqpTransportType Modifier and Type Method Description default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder
EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder. amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure Event Hubs occurs.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.
-