| Package | Description |
|---|---|
| org.apache.camel.component.infinispan.embedded |
| Modifier and Type | Method and Description |
|---|---|
InfinispanEmbeddedConfiguration |
InfinispanEmbeddedConfiguration.clone() |
InfinispanEmbeddedConfiguration |
InfinispanEmbeddedAggregationRepository.getConfiguration() |
InfinispanEmbeddedConfiguration |
InfinispanEmbeddedEndpoint.getConfiguration() |
InfinispanEmbeddedConfiguration |
InfinispanEmbeddedComponent.getConfiguration() |
InfinispanEmbeddedConfiguration |
InfinispanEmbeddedIdempotentRepository.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
InfinispanEmbeddedAggregationRepository.setConfiguration(InfinispanEmbeddedConfiguration configuration) |
void |
InfinispanEmbeddedComponent.setConfiguration(InfinispanEmbeddedConfiguration configuration) |
void |
InfinispanEmbeddedIdempotentRepository.setConfiguration(InfinispanEmbeddedConfiguration configuration) |
| Constructor and Description |
|---|
InfinispanEmbeddedConsumer(org.apache.camel.component.infinispan.InfinispanEndpoint endpoint,
org.apache.camel.Processor processor,
String cacheName,
InfinispanEmbeddedManager manager,
InfinispanEmbeddedConfiguration configuration) |
InfinispanEmbeddedEndpoint(String uri,
String cacheName,
org.apache.camel.component.infinispan.InfinispanComponent component,
InfinispanEmbeddedConfiguration configuration) |
InfinispanEmbeddedManager(org.apache.camel.CamelContext camelContext,
InfinispanEmbeddedConfiguration configuration) |
InfinispanEmbeddedManager(InfinispanEmbeddedConfiguration configuration) |
InfinispanEmbeddedProducer(InfinispanEmbeddedEndpoint endpoint,
String cacheName,
InfinispanEmbeddedManager manager,
InfinispanEmbeddedConfiguration configuration) |
Apache Camel