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 TypeInterfaceDescriptioninterfaceADebuggerthat has easy debugging functionality which can be used from JMX with.invalid reference
org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBeanClasses in org.apache.camel.spi that implement StatefulServiceModifier and TypeClassDescriptionclassTransformer performs message transformation according to the declared data type.classValidator 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 TypeClassDescriptionclassA 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 booleanServiceHelper.isStarted(StatefulService service) Is the given service starting or already started?static booleanServiceHelper.isStopped(StatefulService service) Is the given service stopping or already stopped?static booleanServiceHelper.isSuspended(StatefulService service) Is the given service suspending or already suspended?