![JAR search and dependency download from the Maven repository](/logo.png)
com.ociweb.pronghorn.components.ingestion.metaMessageUtil.MetaMessageUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pronghorn Show documentation
Show all versions of Pronghorn Show documentation
Primary dependency for any project using the Pronghorn framework
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