Uses of Class
org.apache.camel.builder.endpoint.dsl.PahoEndpointBuilderFactory.PahoPersistence
-
Packages that use PahoEndpointBuilderFactory.PahoPersistence Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of PahoEndpointBuilderFactory.PahoPersistence in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PahoEndpointBuilderFactory.PahoPersistence Modifier and Type Method Description static PahoEndpointBuilderFactory.PahoPersistence
PahoEndpointBuilderFactory.PahoPersistence. valueOf(String name)
Returns the enum constant of this type with the specified name.static PahoEndpointBuilderFactory.PahoPersistence[]
PahoEndpointBuilderFactory.PahoPersistence. 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 PahoEndpointBuilderFactory.PahoPersistence Modifier and Type Method Description default PahoEndpointBuilderFactory.PahoEndpointBuilder
PahoEndpointBuilderFactory.PahoEndpointBuilder. persistence(PahoEndpointBuilderFactory.PahoPersistence persistence)
Client persistence to be used - memory or file.default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder. persistence(PahoEndpointBuilderFactory.PahoPersistence persistence)
Client persistence to be used - memory or file.default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder. persistence(PahoEndpointBuilderFactory.PahoPersistence persistence)
Client persistence to be used - memory or file.
-