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

groovy.runtime.metaclass.ChannelFactory Maven / Gradle / Ivy

package groovy.runtime.metaclass;

/**
 * Interface to define channel factory extensions e.g.
 *
 *   Channel.foo.fromSomething(params)
 *
 * @author Paolo Di Tommaso 
 */
public interface ChannelFactory {

    Object invokeExtensionMethod(String method, Object[] args);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy