Interface UgcPipe

    • Method Detail

      • process

        <T extends UGC> void process​(T ugc,
                                     Map<String,​Object> params)
                              throws SocialException
        Process the given ugc in to the pipeline
        Type Parameters:
        T - Any UGC object
        Parameters:
        ugc - UGC of going thru the pipeline
        Throws:
        SocialException - If the UGC can't be process. Stops the pipeline execution