Uses of Interface
org.apache.camel.cluster.CamelClusterService
Packages that use CamelClusterService
Package
Description
Camel Cluster support
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.clusterModifier and TypeInterfaceDescriptioninterface
Methods in org.apache.camel.cluster with type parameters of type CamelClusterServiceModifier and TypeMethodDescriptiondefault <T extends CamelClusterService>
TAccess the underlying concrete CamelClusterService implementation to provide access to further features.Methods in org.apache.camel.cluster that return CamelClusterServiceMethods in org.apache.camel.cluster that return types with arguments of type CamelClusterServiceModifier and TypeMethodDescriptionCamelClusterService.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 CamelClusterServiceModifier and TypeMethodDescriptionCamelClusterService.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 CamelClusterServiceModifier and TypeMethodDescriptionManagementObjectStrategy.getManagedObjectForClusterService
(CamelContext context, CamelClusterService service) ManagementObjectNameStrategy.getObjectNameForClusterService
(CamelContext context, CamelClusterService service)