| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GoraEndpointBuilderFactory.GoraEndpointBuilder
Builder for endpoint for the Gora component.
|
| Modifier and Type | Method and Description |
|---|---|
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder |
GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder.basic() |
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder |
GoraEndpointBuilderFactory.GoraEndpointProducerBuilder.dataStoreClass(String dataStoreClass)
The type of the dataStore.
|
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder |
GoraEndpointBuilderFactory.GoraEndpointProducerBuilder.flushOnEveryOperation(boolean flushOnEveryOperation)
Flush on every operation.
|
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder |
GoraEndpointBuilderFactory.GoraEndpointProducerBuilder.flushOnEveryOperation(String flushOnEveryOperation)
Flush on every operation.
|
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder |
GoraEndpointBuilderFactory.GoraEndpointProducerBuilder.keyClass(String keyClass)
The type class of the key.
|
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder |
GoraEndpointBuilderFactory.GoraEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder |
GoraEndpointBuilderFactory.GoraEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder |
GoraEndpointBuilderFactory.GoraEndpointProducerBuilder.valueClass(String valueClass)
The type of the value.
|
Apache Camel