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

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

Go to download

Type safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.

There is a newer version: 1.7.5
Show newest version
package io.vlingo.actors.plugin;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy