Uses of Class
org.apache.camel.builder.endpoint.dsl.VertxHttpEndpointBuilderFactory.HttpMethod
-
Packages that use VertxHttpEndpointBuilderFactory.HttpMethod Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of VertxHttpEndpointBuilderFactory.HttpMethod in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return VertxHttpEndpointBuilderFactory.HttpMethod Modifier and Type Method Description static VertxHttpEndpointBuilderFactory.HttpMethod
VertxHttpEndpointBuilderFactory.HttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static VertxHttpEndpointBuilderFactory.HttpMethod[]
VertxHttpEndpointBuilderFactory.HttpMethod. 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 VertxHttpEndpointBuilderFactory.HttpMethod Modifier and Type Method Description default VertxHttpEndpointBuilderFactory.VertxHttpEndpointBuilder
VertxHttpEndpointBuilderFactory.VertxHttpEndpointBuilder. httpMethod(VertxHttpEndpointBuilderFactory.HttpMethod httpMethod)
The HTTP method to use.
-