| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.persistence(PahoEndpointBuilderFactory.PahoPersistence persistence)
Client persistence to be used - memory or file.
|
Apache Camel