| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static InfinispanRemoteEndpointBuilderFactory.Flag |
InfinispanRemoteEndpointBuilderFactory.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanRemoteEndpointBuilderFactory.Flag[] |
InfinispanRemoteEndpointBuilderFactory.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 InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder |
InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointConsumerBuilder.flags(InfinispanRemoteEndpointBuilderFactory.Flag[] flags)
A comma separated list of org.infinispan.client.hotrod.Flag to be
applied by default on each cache invocation.
|
default InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointProducerBuilder |
InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointProducerBuilder.flags(InfinispanRemoteEndpointBuilderFactory.Flag[] flags)
A comma separated list of org.infinispan.client.hotrod.Flag to be
applied by default on each cache invocation.
|
default InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointBuilder |
InfinispanRemoteEndpointBuilderFactory.AdvancedInfinispanRemoteEndpointBuilder.flags(InfinispanRemoteEndpointBuilderFactory.Flag[] flags)
A comma separated list of org.infinispan.client.hotrod.Flag to be
applied by default on each cache invocation.
|
Apache Camel