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
Classes 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.