Uses of Interface
org.apache.camel.SuspendableService
Packages that use SuspendableService
Package
Description
The core Camel API.
Base classes for implementing the Camel service lifecycle (build, init, start, stop, suspend, resume).
-
Uses of SuspendableService in org.apache.camel
Subinterfaces of SuspendableService in org.apache.camelModifier and TypeInterfaceDescriptioninterfaceAServicethat exposes its currentServiceStatustogether with the full lifecycle, including suspend/resume fromSuspendableServiceand shutdown fromShutdownableService. -
Uses of SuspendableService in org.apache.camel.spi
Subinterfaces of SuspendableService in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceinterfaceService Provider Interface (SPI) for discovering and loadingContextServicePluginimplementations during CamelContext initialization.Classes in org.apache.camel.spi that implement SuspendableServiceModifier and TypeClassDescriptionclassPerforms message body transformation between twoDataTypes as part of Camel's Transformer contract mechanism.classValidates message content against a declaredDataType, as described in the Transformer and Validator documentation. -
Uses of SuspendableService in org.apache.camel.support.service
Classes in org.apache.camel.support.service that implement SuspendableServiceModifier and TypeClassDescriptionclassA useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status.