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

com.datastax.insight.agent.ext.SaveFlowResultHandler Maven / Gradle / Ivy

package com.datastax.insight.agent.ext;

import com.datastax.insight.core.handler.InsightHandler;
import com.datastax.util.lang.ReflectUtil;

/**
 * Created by huangping on 20/04/2017.
 */
public class SaveFlowResultHandler implements InsightHandler {

    @Override
    public Object handler(String className, String methodName, String[] parametersType, Object[] parameters) {
        return ReflectUtil.invokeMethod(className, methodName, parametersType, parameters);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy