Uses of Interface
org.apache.camel.ShutdownableService
Packages that use ShutdownableService
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
Base service classes
-
Uses of ShutdownableService in org.apache.camel
Subinterfaces of ShutdownableService in org.apache.camelModifier and TypeInterfaceDescriptioninterfaceAServicewhich 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.spiModifier and TypeInterfaceDescriptioninterfaceADebuggerthat has easy debugging functionality which can be used from JMX with.invalid reference
org.apache.camel.api.management.mbean.ManagedBacklogDebuggerMBeaninterfaceStrategy to create thread pools.interfaceA pluggable scheduler forconsumers.invalid reference
org.apache.camel.support.ScheduledPollConsumerClasses in org.apache.camel.spi that implement ShutdownableServiceModifier and TypeClassDescriptionclassTransformer performs message transformation according to the declared data type.classValidator 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 ShutdownableServiceModifier 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 ShutdownableServiceModifier and TypeMethodDescriptionstatic voidServiceHelper.stopAndShutdownService(ShutdownableService service) Stops and shutdowns the givenservice, rethrowing the first exception caught.