Class SubFilterWrapperStep

    • Constructor Detail

      • SubFilterWrapperStep

        public SubFilterWrapperStep​(IFilter filter,
                                    IFilter primaryFilter)
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: IPipelineStep
        Gets the localizable name of this step.
        Specified by:
        getName in interface IPipelineStep
        Returns:
        the localizable name of this step.
      • getDescription

        public String getDescription()
        Description copied from interface: IPipelineStep
        Gets a short localizable description of what this step does.
        Specified by:
        getDescription in interface IPipelineStep
        Returns:
        the text of a short description of what this step does.
      • handleStream

        public Stream<Event> handleStream​(Event event)
        Description copied from interface: IPipelineStep
        Processes a stream of events sent though the pipeline.
        Specified by:
        handleStream in interface IPipelineStep
        Parameters:
        event - the event to process.
        Returns:
        the stream to pass down the pipeline.