Uses of Interface
org.apache.camel.cluster.CamelClusterService
-
Packages that use CamelClusterService Package Description org.apache.camel.cluster Camel Cluster supportorg.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of CamelClusterService in org.apache.camel.cluster
Subinterfaces of CamelClusterService in org.apache.camel.cluster Modifier and Type Interface Description interface
CamelPreemptiveClusterService
Methods in org.apache.camel.cluster with type parameters of type CamelClusterService Modifier and Type Method Description default <T extends CamelClusterService>
TCamelClusterService. unwrap(Class<T> clazz)
Access the underlying concrete CamelClusterService implementation to provide access to further features.Methods in org.apache.camel.cluster that return CamelClusterService Modifier and Type Method Description CamelClusterService
CamelClusterView. getClusterService()
Methods in org.apache.camel.cluster that return types with arguments of type CamelClusterService Modifier and Type Method Description Optional<CamelClusterService>
CamelClusterService.Selector. select(Collection<CamelClusterService> services)
Select a specific CamelClusterService instance among a collection.Method parameters in org.apache.camel.cluster with type arguments of type CamelClusterService Modifier and Type Method Description Optional<CamelClusterService>
CamelClusterService.Selector. select(Collection<CamelClusterService> services)
Select a specific CamelClusterService instance among a collection. -
Uses of CamelClusterService in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type CamelClusterService Modifier and Type Method Description Object
ManagementObjectStrategy. getManagedObjectForClusterService(CamelContext context, CamelClusterService service)
ObjectName
ManagementObjectNameStrategy. getObjectNameForClusterService(CamelContext context, CamelClusterService service)
-