Uses of Package
org.apache.camel.spi
Packages that use org.apache.camel.spi
Package
Description
The core Camel API.
Camel Catalog API
Camel cloud
Camel Cluster support
Camel Health Check support
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Classes in org.apache.camel.spi used by org.apache.camelClassDescriptionRepresents a bean repository used to lookup components by name and type.A marker interface for a service, or other kind of process that is only used during bootstrapping Camel.Strategy for assigning name to a
CamelContext.A class resolver for loading classes in a loosly coupled manner to cater for different platforms such as standalone, Spring Boot, Quarkus, JBang etc.Represents a data format used to marshal objects to and from streams such as Java Serialization or using JAXB2 to encode/decode objects using XML or using SOAP encoding.Represents the data type URN which is used for message data type contract.A debugger which allows tooling to attach breakpoints which is being invoked whenExchanges is being routed.Registry to cache endpoints in memory.Endpoint strategy with callback invoked when anEndpointis about to be registered to the endpoint registry inCamelContext.ManagesExchangeFactory.Strategy to create thread pools.Finder to find factories from the resource classpath, usually META-INF/services/org/apache/camel/.A simple marker interface for an object which holds aCamelContext.A repository which tracks in flightExchanges.A pluggable strategy for creating and possibly dependency injecting objects which could be implemented using straight forward reflection or using Spring or Quarkus to perform dependency injection.The purpose of this interface is to allow an implementation to wrap processors in a route with interceptors.Represents a language to be used forExpressionorPredicateinstancesStrategy for lifecycle notifications.An event listener SPI for logging.A specializedInterceptStrategywhich is used for JMX management for EIPs.An assembler to assemble aRequiredModelMBeanwhich can be used to register the object in JMX.Strategy for assigning the name part of theObjectNamefor a managedCamelContext.Strategy for management.A factory to createMessageHistoryinstances.An Uri which has been normalized.Component for property placeholders and loading properties from sources (such as .properties file from classpath or file system)A marker interface to identify the object as being configurable via a configurer class.SPI to plugin different reactive engines in the Camel routing engine.Represents aBeanRepositorywhich may also be capable of binding beans to its repository.Describe a resource, such as a file or class path resource.Configuration use byRestConsumerFactoryandRestApiConsumerFactoryfor Camel components to support the CamelDSL.invalid reference
restA registry of all REST services running within theCamelContextwhich have been defined and created using the Rest DSL.Controller for managing the lifecycle of all theRoute's.The last error that happened during changing the route lifecycle, i.e.Policy for aRoutewhich allows controlling the route at runtime.A factory to createRoutePolicyand assign to routes automatic.Information about a route to be started where we want to control the order in which they are started byCamelContext.A registry which listen for runtime usage ofEndpointduring routing in Camel.Pluggable shutdown strategy executed during shutdown of Camel and the active routes.To recordStartupStepduring startup to allow to capture diagnostic information to help troubleshoot Camel applications via various tooling such as Java Flight Recorder.Strategy for using stream caching.Provides a hook for customProcessororComponentinstances to respond to completed or failed processing of anExchangerather like Spring's TransactionSynchronizationSPI for tracing messages.Transformer performs message transformation according to the declared data type.Registry to cache transformers in memory.Registry for type converters.An object representing the unit of work processing anExchangewhich allows the use ofSynchronizationhooks.Generator to generate UUID strings.Validator performs message content validation according to the declared data type.Registry to cache validators in memory. -
Classes in org.apache.camel.spi used by org.apache.camel.catalog
-
Classes in org.apache.camel.spi used by org.apache.camel.cloudClassDescriptionA simple marker interface for an object which holds a
CamelContext.A simple marker interface for an object which has a unique ID which is useful for referring to objects in REST or JMX style APIsTo allow objects to be injected with an id, such as EIPProcessors which has been defined from Camel routes. -
Classes in org.apache.camel.spi used by org.apache.camel.clusterClassDescriptionA simple marker interface for an object which holds a
CamelContext.A simple marker interface for an object which has a unique ID which is useful for referring to objects in REST or JMX style APIsTo allow objects to be injected with an id, such as EIPProcessors which has been defined from Camel routes. -
Classes in org.apache.camel.spi used by org.apache.camel.consoleClassDescriptionA simple marker interface for an object which holds a
CamelContext.A simple marker interface for an object which has a unique ID which is useful for referring to objects in REST or JMX style APIsTo allow objects to be injected with an id, such as EIPProcessors which has been defined from Camel routes. -
Classes in org.apache.camel.spi used by org.apache.camel.healthClassDescriptionA simple marker interface for an object which holds a
CamelContext.A simple marker interface for an object which has belongs to a group Group which is useful for group related operation such as clustering, JMX style APIA simple marker interface for an object which has a unique ID which is useful for referring to objects in REST or JMX style APIsTo allow objects to be injected with an id, such as EIPProcessors which has been defined from Camel routes. -
Classes in org.apache.camel.spi used by org.apache.camel.spiClassDescriptionAccess to a repository to store aggregated exchanges to support pluggable implementations.Information about the thread and exchange that are inflight.Utilization statistics of this manager.Represents a traced message by the BacklogTracer.Structure of an introspected class.Structure of an introspected method.Represents a bean repository used to lookup components by name and type.
Breakpointare used by theDebuggerAPI.State of the breakpoint as either active or suspended.Bulk type converters that often comes out of the box with Apache Camel.Used for custom injection when doingCamelBeanPostProcessorbean post-processing.To apply custom configurations toCamelContextinstances.This interface is implemented by all events.This interface is implemented by all events that contain an exception and is used to retrieve the exception in a universal way.An advice (before and after) to execute cross-cutting functionality in the Camel routing engine.A logger which logs to a slf4jLogger.A class resolver for loading classes in a loosly coupled manner to cater for different platforms such as standalone, Spring Boot, Quarkus, JBang etc.LocalCliConnectorthat allows Camel CLI to manage local running Camel integrations.To apply custom configurations toComponentinstances.A fluent builder to create aComponentCustomizerinstance.Used as additional filer mechanism to control if customizers need to be applied or not.A condition to define when a givenExchangematches when is being routed.Represents a data format used to marshal objects to and from streams such as Java Serialization or using JAXB2 to encode/decode objects using XML or using SOAP encoding.To apply custom configurations toDataFormatinstances.A fluent builder to create aDataFormatCustomizerinstance.Used as additional filer mechanism to control if customizers need to be applied or not.Represents the data type URN which is used for message data type contract.A debugger which allows tooling to attach breakpoints which is being invoked whenExchanges is being routed.Endpoint strategy with callback invoked when anEndpointis about to be registered to the endpoint registry inCamelContext.Various statistics about endpoint utilization, such as from EIP patterns that uses dynamic endpoints.Factory to createeventsthat are emitted when such an event occur.Notifier to sendevents.A plugin used to turn anExchangeinto a String representation usually to be used for logging or tracing purposes.Finder to find factories from the resource classpath, usually META-INF/services/org/apache/camel/.A simple marker interface for an object which holds aCamelContext.A simple marker interface for an object which has belongs to a group Group which is useful for group related operation such as clustering, JMX style APIA simple marker interface for an object which has a unique ID which is useful for referring to objects in REST or JMX style APIsInterface to allow plug-able implementation to filter header to and from Camel message.The direction is either IN or OUT.To allow objects to be injected with an id, such as EIPProcessors which has been defined from Camel routes.A repository which tracks in flightExchanges.Information about the inflight exchange.A pluggable strategy for creating and possibly dependency injecting objects which could be implemented using straight forward reflection or using Spring or Quarkus to perform dependency injection.This is an endpoint when sending to it, is intercepted and is routed in a detour, with the following flow: before, send to original endpoint (can be skipped), after (optional).InternalProcessorthat Camel routing engine used during routing for cross cutting functionality such as: ExecuteUnitOfWorkKeeping track which route currently is being routed ExecuteRoutePolicyGather JMX performance statics Tracing Debugging Message History Stream CachingTransformer...Represents a language to be used forExpressionorPredicateinstancesTo apply custom configurations toLanguageinstances.A fluent builder to create aLanguageCustomizerinstance.Used as additional filer mechanism to control if customizers need to be applied or not.Strategy for lifecycle notifications.Camel JMX service agentStrategy for computingObjectNamenames for the various beans that Camel register for management.Strategy for creating the managed object for the various beans Camel register for management.Strategy for management.Mime types known to Camel data types and its transformers.Marker interface used to make it easy to discoverCamelContextrelated event handlers from the registry.Exceptionused by anAggregationRepositoryto indicate that an optimistic update error has occurred and that the operation should be retried by the caller.Filter that can be used with thePackageScanClassResolverresolver.A strategy capable of applying interceptors to a processor.Factory for pooled objects or tasks.Utilization statistics of the this factory.Callback for sending a exchange message to a endpoint using anAsyncProcessorcapable producer.A function that is applied instead of looking up a property placeholder.A source for properties.Factory for creating out of the boxPropertiesSource.A marker interface to identify the object as being configurable via a configurer class.A marker interface to identify the object as being a configurer which can provide details about the options the configurer supports.SPI strategy for reloading.Describe a resource, such as a file or class path resource.Listener for re-loading aResourcesuch as a Camel route.Configuration use byRestConsumerFactoryandRestApiConsumerFactoryfor Camel components to support the CamelDSL.invalid reference
restA registry of all REST services running within theCamelContextwhich have been defined and created using the Rest DSL.Details about the REST serviceController for managing the lifecycle of all theRoute's.To allow objects to be injected with the route idPolicy for aRoutewhich allows controlling the route at runtime.SPI for loadingRoutesBuilderfrom aResource.Information about a route to be started where we want to control the order in which they are started byCamelContext.Statistics gathered about the endpoint.An entry of detailed information from the recipient uri, which allows theSendDynamicAwareimplementation to prepare pre- and post- processor and the static uri to be used for the optimised dynamic to.A Shared (thread safe) internalProcessorthat Camel routing engine used during routing for cross cutting functionality such as: ExecuteUnitOfWorkKeeping track which route currently is being routed ExecuteRoutePolicyGather JMX performance statics Tracing Debugging Message History Stream CachingTransformer...Allows aServiceto prepare for shutdown.Rule for determine if stream caching should be spooled to disk or kept in-memory.Used for selecting if the memory limit is committed or maximum heap memory setting.Utilization statistics of stream caching.A supervising capableRouteControllerthat delays the startup of the routes after the camel context startup and takes control of starting the routes in a safe manner.Provides a hook for customProcessororComponentinstances to respond to completed or failed processing of anExchangerather like Spring's TransactionSynchronizationAn extension toSynchronizationwhich provides route awareness capabilities.Creates ExecutorService and ScheduledExecutorService objects that work with a thread pool for a given ThreadPoolProfile and ThreadFactory.A profile which defines thread pool settings.Transformer performs message transformation according to the declared data type.Registry to cache transformers in memory.Registry for type converters.Utilization statistics of the registry.Holds a type convertible pair.An object representing the unit of work processing anExchangewhich allows the use ofSynchronizationhooks.Validator performs message content validation according to the declared data type.Repository for storing and accessing variables. -
Classes in org.apache.camel.spi used by org.apache.camel.support.jsse