Interface IterativeCondition.Context<T>

    • Method Detail

      • getEventsForPattern

        Iterable<T> getEventsForPattern​(String name)
                                 throws Exception
        Parameters:
        name - The name of the pattern.
        Returns:
        An Iterable over the already accepted elements for a given pattern. Elements are iterated in the order they were inserted in the pattern.
        Throws:
        Exception