public interface ActionServices
Information available to actions in order to make runtime decisions about their behaviour
-
Method Summary
Modifier and TypeMethodDescriptionisOverloaded
(String... services) Check if any of the provide services are in an overload stateisOverloaded
(Set<String> services) Check if any of the provide services are in an overload state
-
Method Details
-
isOverloaded
Check if any of the provide services are in an overload state- Parameters:
services
- the names of the services- Returns:
- the names of the services that are overloaded
-
isOverloaded
Check if any of the provide services are in an overload state- Parameters:
services
- the names of the services- Returns:
- the names of the services that are overloaded
-