Interface RuntimeManagerIdFilter


  • public interface RuntimeManagerIdFilter
    Allows to apply filtering on runtime manager identifiers to find only those matching
    • Method Detail

      • filter

        Collection<String> filter​(String pattern,
                                  Collection<String> identifiers)
        Filters given identifiers based on given pattern and return only those matching.
        Parameters:
        pattern - pattern used to filter identifiers
        identifiers - all available identifiers
        Returns:
        returns only matched identifiers or empty list in case of no match found