| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static InfinispanEndpointBuilderFactory.Flag |
InfinispanEndpointBuilderFactory.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanEndpointBuilderFactory.Flag[] |
InfinispanEndpointBuilderFactory.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointConsumerBuilder |
InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointConsumerBuilder.flags(InfinispanEndpointBuilderFactory.Flag[] flags)
A comma separated list of Flag to be applied by default on each cache
invocation, not applicable to remote caches.
|
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder |
InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder.flags(InfinispanEndpointBuilderFactory.Flag[] flags)
A comma separated list of Flag to be applied by default on each cache
invocation, not applicable to remote caches.
|
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointBuilder |
InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointBuilder.flags(InfinispanEndpointBuilderFactory.Flag[] flags)
A comma separated list of Flag to be applied by default on each cache
invocation, not applicable to remote caches.
|
Apache Camel