Uses of Interface
org.apache.camel.CamelContextAware
-
Packages that use CamelContextAware Package Description org.apache.camel The core Camel API.org.apache.camel.catalog Camel Catalog APIorg.apache.camel.cloud Camel cloudorg.apache.camel.cluster Camel Cluster supportorg.apache.camel.console org.apache.camel.health Camel Health Check supportorg.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies.org.apache.camel.support.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. -
-
Uses of CamelContextAware in org.apache.camel
Subinterfaces of CamelContextAware in org.apache.camel Modifier and Type Interface Description interfaceComponentinterfaceSSLContextParametersAwareIndicates that an object is able to use the globalSSLContextParametersif configured. -
Uses of CamelContextAware in org.apache.camel.catalog
Subinterfaces of CamelContextAware in org.apache.camel.catalog Modifier and Type Interface Description interfaceRuntimeCamelCatalogRuntime catalog which limited API needed by components that supportsComponentVerifierExtension. -
Uses of CamelContextAware in org.apache.camel.cloud
Subinterfaces of CamelContextAware in org.apache.camel.cloud Modifier and Type Interface Description interfaceServiceRegistry -
Uses of CamelContextAware in org.apache.camel.cluster
Subinterfaces of CamelContextAware in org.apache.camel.cluster Modifier and Type Interface Description interfaceCamelClusterServiceinterfaceCamelClusterViewRepresents the View of the cluster at some given period of time.interfaceCamelPreemptiveClusterServiceinterfaceCamelPreemptiveClusterViewACamelPreemptiveClusterViewis aCamelClusterViewthat can be externally disabled by another controller. -
Uses of CamelContextAware in org.apache.camel.console
Subinterfaces of CamelContextAware in org.apache.camel.console Modifier and Type Interface Description interfaceDevConsoleRegistryA registry for dev console.interfaceDevConsoleResolverA pluggable strategy for resolving dev consoles in a loosely coupled manner -
Uses of CamelContextAware in org.apache.camel.health
Subinterfaces of CamelContextAware in org.apache.camel.health Modifier and Type Interface Description interfaceHealthCheckRegistryA registry for health checks.interfaceHealthCheckResolverA pluggable strategy for resolving health checks in a loosely coupled manner -
Uses of CamelContextAware in org.apache.camel.spi
Subinterfaces of CamelContextAware in org.apache.camel.spi Modifier and Type Interface Description interfaceContextReloadStrategySPI strategy for reloadingCamelContext.interfaceDebuggerA debugger which allows tooling to attach breakpoints which is being invoked whenExchanges is being routed.interfaceEndpointUriFactoryinterfaceExchangeFactoryinterfaceExtendedRoutesBuilderLoaderAn extendedRoutesBuilderLoaderthat is capable of loading from multiple resources in one unit (such as compiling them together).interfaceMessageHistoryFactoryA factory to createMessageHistoryinstances.interfacePooledObjectFactory<T>Factory for pooled objects or tasks.interfaceProcessorExchangeFactoryinterfaceReloadStrategySPI strategy for reloading.interfaceResourceLoaderSPI for loading resources.interfaceResourceReloadStrategySPI strategy for reloadingResourcein an existing runningCamelContextinterfaceResourceResolverSPI for loading resources.interfaceRouteControllerController for managing the lifecycle of all theRoute's.interfaceRoutesBuilderLoaderSPI for loadingRoutesBuilderfrom aResource.interfaceRoutesLoaderSPI for loadingRoutesBuilderfrom a list ofResource.interfaceScheduledPollConsumerSchedulerA pluggable scheduler fororg.apache.camel.support.ScheduledPollConsumerconsumers.interfaceSendDynamicAwareinterfaceSupervisingRouteControllerA supervising capableRouteControllerthat delays the startup of the routes after the camel context startup and takes control of starting the routes in a safe manner.interfaceTypeConverterRegistryRegistry for type converters.Classes in org.apache.camel.spi that implement CamelContextAware Modifier and Type Class Description classTransformerTransformer performs message transformation according to the declared data type.classValidatorValidator performs message content validation according to the declared data type. -
Uses of CamelContextAware in org.apache.camel.support.jsse
Classes in org.apache.camel.support.jsse that implement CamelContextAware Modifier and Type Class Description classBaseSSLContextParametersRepresents configuration options that can be applied in the client-side or server-side context depending on what they are applied to.classFilterParametersRepresents a set of regular expression based filter patterns for including and excluding content of some type.classJsseParametersBase class that provides optional integration with core Camel capabilities.classKeyManagersParametersA representation of configuration options for creating and loadingKeyManagerinstance(s).classKeyStoreParametersA representation of configuration options for creating and loading aKeyStoreinstance.classSecureRandomParametersclassSSLContextClientParametersConfiguration model for client side JSSE options.classSSLContextParametersRepresentsSSLContextconfiguration options used in instantiating anSSLContextinstance.classSSLContextServerParametersclassTrustManagersParameters
-