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

org.kgrid.adapter.api.Executor Maven / Gradle / Ivy

package org.kgrid.adapter.api;

public interface Executor {

  Object execute(Object input);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy