Interface Filter

    • Method Detail

      • filter

        java.lang.Object filter​(java.lang.Object obj)
        Applies the filter operation. The object given can be modified and returned or another object substituted in its place.
        Parameters:
        obj - the original object in the channel communication.
        Returns:
        the modified/substituted object after filtration.