| Package | Description |
|---|---|
| org.apache.camel.cluster |
Camel Cluster support
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
default <T extends CamelClusterService> |
CamelClusterService.unwrap(Class<T> clazz)
Access the underlying concrete CamelClusterService implementation to
provide access to further features.
|
| Modifier and Type | Method and Description |
|---|---|
CamelClusterService |
CamelClusterView.getClusterService() |
| Modifier and Type | Method and Description |
|---|---|
Optional<CamelClusterService> |
CamelClusterService.Selector.select(Collection<CamelClusterService> services)
Select a specific CamelClusterService instance among a collection.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CamelClusterService> |
CamelClusterService.Selector.select(Collection<CamelClusterService> services)
Select a specific CamelClusterService instance among a collection.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ManagementObjectStrategy.getManagedObjectForClusterService(CamelContext context,
CamelClusterService service) |
ObjectName |
ManagementObjectNameStrategy.getObjectNameForClusterService(CamelContext context,
CamelClusterService service) |
Apache Camel