Class MetadataPipe

  • All Implemented Interfaces:
    UgcPipe

    public class MetadataPipe
    extends Object
    implements UgcPipe
    Created by cortiz on 5/29/14.
    • Constructor Detail

      • MetadataPipe

        public MetadataPipe()
    • Method Detail

      • process

        public <T extends UGC> void process​(T ugc,
                                            Map<String,​Object> params)
                                     throws SocialException
        Description copied from interface: UgcPipe
        Process the given ugc in to the pipeline
        Specified by:
        process in interface UgcPipe
        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