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

com.datastax.insight.core.handler.InsightHandler Maven / Gradle / Ivy

The newest version!
package com.datastax.insight.core.handler;

/**
 * Created by huangping on 20/04/2017.
 */
public interface InsightHandler {

    Object handler(String className, String methodName, String[] parametersType, Object[] parameters);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy