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

io.vlingo.xoom.actors.plugin.PluginFactory Maven / Gradle / Ivy

package io.vlingo.xoom.actors.plugin;

@FunctionalInterface
public interface PluginFactory {
    Plugin build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy