Uses of Enum Class
org.apache.camel.ServiceStatus
Packages that use ServiceStatus
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
Base service classes
-
Uses of ServiceStatus in org.apache.camel
Methods in org.apache.camel that return ServiceStatusModifier and TypeMethodDescriptionCamelContextLifecycle.getStatus()
Get the status of this CamelContextStatefulService.getStatus()
Returns the current statusstatic ServiceStatus
Returns the enum constant of this class with the specified name.static ServiceStatus[]
ServiceStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ServiceStatus in org.apache.camel.spi
Methods in org.apache.camel.spi that return ServiceStatusModifier and TypeMethodDescriptionRouteController.getRouteStatus
(String routeId) Returns the current status of the given route -
Uses of ServiceStatus in org.apache.camel.support.service
Methods in org.apache.camel.support.service that return ServiceStatus