Uses of Interface
org.apache.camel.ShutdownableService
-
Packages that use ShutdownableService Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies.org.apache.camel.support.service Base service classes -
-
Uses of ShutdownableService in org.apache.camel
Subinterfaces of ShutdownableService in org.apache.camel Modifier and Type Interface Description interface
StatefulService
AService
which has all the lifecycle events and offers details about its current state. -
Uses of ShutdownableService in org.apache.camel.spi
Subinterfaces of ShutdownableService in org.apache.camel.spi Modifier and Type Interface Description interface
ExecutorServiceManager
Strategy to create thread pools.interface
ScheduledPollConsumerScheduler
A pluggable scheduler fororg.apache.camel.support.ScheduledPollConsumer
consumers.Classes in org.apache.camel.spi that implement ShutdownableService Modifier and Type Class Description class
Transformer
Transformer performs message transformation according to the declared data type.class
Validator
Validator performs message content validation according to the declared data type. -
Uses of ShutdownableService in org.apache.camel.support.service
Classes in org.apache.camel.support.service that implement ShutdownableService Modifier and Type Class Description class
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status.
-