Uses of Interface
org.apache.camel.StatefulService
Packages that use StatefulService
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
Base service classes
-
Uses of StatefulService in org.apache.camel.spi
Subinterfaces of StatefulService 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
Classes in org.apache.camel.spi that implement StatefulServiceModifier 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 StatefulService in org.apache.camel.support.service
Classes in org.apache.camel.support.service that implement StatefulServiceModifier 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.Methods in org.apache.camel.support.service with parameters of type StatefulServiceModifier and TypeMethodDescriptionstatic boolean
ServiceHelper.isStarted
(StatefulService service) Is the given service starting or already started?static boolean
ServiceHelper.isStopped
(StatefulService service) Is the given service stopping or already stopped?static boolean
ServiceHelper.isSuspended
(StatefulService service) Is the given service suspending or already suspended?