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