is there java example or javadoc marklogic content pump (mlcp)?
i have mlcp dependencies added maven without problem.
assuming you're looking invoke mlcp within java code instead of via command line - here's 1 example - https://github.com/rjrudin/ml-camel-mlcp/blob/master/src/main/java/com/marklogic/camel/component/mlcp/mlcpproducer.java#l62 . simple class makes easy call mlcp camel route, , do, invokes contentpump class directly in java code.
Comments
Post a Comment