Uses of Interface
org.apache.camel.SuspendableService
Packages that use SuspendableService
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
Base service classes
-
Uses of SuspendableService in org.apache.camel
Subinterfaces of SuspendableService in org.apache.camelModifier and TypeInterfaceDescriptioninterface
AService
which has all the lifecycle events and offers details about its current state. -
Uses of SuspendableService in org.apache.camel.spi
Subinterfaces of SuspendableService in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterface
ADebugger
that has easy debugging functionality which can be used from JMX withinvalid reference
org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBean
interface
Service Provider Interface (SPI) for discovering and loadingContextServicePlugin
implementations during CamelContext initialization.Classes in org.apache.camel.spi that implement SuspendableServiceModifier and TypeClassDescriptionclass
Transformer performs message transformation according to the declared data type.class
Validator performs message content validation according to the declared data type. -
Uses of SuspendableService in org.apache.camel.support.service
Classes in org.apache.camel.support.service that implement SuspendableServiceModifier and TypeClassDescriptionclass
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status.