All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ociweb.pronghorn.components.ingestion.metaMessageUtil.MetaMessageUtil Maven / Gradle / Ivy

The newest version!
package com.ociweb.pronghorn.components.ingestion.metaMessageUtil;

import com.ociweb.pronghorn.pipe.FieldReferenceOffsetManager;
import com.ociweb.pronghorn.pipe.schema.loader.TemplateHandler;


public class MetaMessageUtil  {

    public static FieldReferenceOffsetManager buildFROM(String source) {
    	try {
			return TemplateHandler.loadFrom(source);
		} catch (Exception e) {
			throw new RuntimeException(e);
		}
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy