Uses of Class
org.apache.camel.builder.endpoint.dsl.GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations
-
Packages that use GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations Modifier and Type Method Description static GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations
GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations. valueOf(String name)
Returns the enum constant of this type with the specified name.static GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations[]
GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations. 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 GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations Modifier and Type Method Description default GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsEndpointBuilder
GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsEndpointBuilder. operation(GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsOperations operation)
The operation to perform on the producer.
-