Class RichPatternSelectFunction<IN,​OUT>

    • Constructor Detail

      • RichPatternSelectFunction

        public RichPatternSelectFunction()
    • Method Detail

      • select

        public abstract OUT select​(Map<String,​List<IN>> pattern)
                            throws Exception
        Description copied from interface: PatternSelectFunction
        Generates a result from the given map of events. The events are identified by their names. Only one resulting element can be generated.
        Specified by:
        select in interface PatternSelectFunction<IN,​OUT>
        Parameters:
        pattern - Map containing the found pattern. Events are identified by their names
        Returns:
        Resulting element
        Throws:
        Exception - This method may throw exceptions. Throwing an exception will cause the operation to fail and may trigger recovery.