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

com.netflix.karyon.admin.rest.Invoker Maven / Gradle / Ivy

package com.netflix.karyon.admin.rest;

import java.util.List;

public interface Invoker {
    /**
     * Invoke the method with the provided list of arguments
     * 
     * TOOD: Optional (query parameters)
     * 
     * @param args
     * @return
     * @throws Exception 
     */
    Object invoke(List args) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy