Interface ActionServices


public interface ActionServices
Information available to actions in order to make runtime decisions about their behaviour
  • Method Summary

    Modifier and Type
    Method
    Description
    default Set<String>
    isOverloaded(String... services)
    Check if any of the provide services are in an overload state
    isOverloaded(Set<String> services)
    Check if any of the provide services are in an overload state
  • Method Details

    • isOverloaded

      default Set<String> isOverloaded(String... services)
      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

      Set<String> isOverloaded(Set<String> services)
      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